MCPcopy Create free account
hub / github.com/comaps/comaps / GetLocalizedCuisines

Function GetLocalizedCuisines

libs/indexer/feature_utils.cpp:236–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236vector<string> GetLocalizedCuisines(TypesHolder const & types)
237{
238 auto const & isCuisine = ftypes::IsCuisineChecker::Instance();
239 return GetLocalizedTypes(isCuisine, types);
240}
241
242string GetLocalizedFeeType(TypesHolder const & types)
243{

Callers 2

GetLocalizedCuisinesMethod · 0.85
FormatCuisinesMethod · 0.85

Calls 1

GetLocalizedTypesFunction · 0.85

Tested by

no test coverage detected