MEntity::name
matches the prefix
# Find all mentities where `MEntity::name` matches the `prefix`
fun find_by_name_prefix(prefix: String, filter: nullable ModelFilter): IndexMatches do
return score_results_incremental(name_prefixes.find_by_prefix(prefix), filter)
end
src/model/model_index.nit:346,2--349,4