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

Function GetCuisines

libs/indexer/feature_utils.cpp:230–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230vector<string> GetCuisines(TypesHolder const & types)
231{
232 auto const & isCuisine = ftypes::IsCuisineChecker::Instance();
233 return GetRawTypeSecond(isCuisine, types);
234}
235
236vector<string> GetLocalizedCuisines(TypesHolder const & types)
237{

Callers 2

GetCuisinesMethod · 0.85
LogDiffInJournalMethod · 0.85

Calls 1

GetRawTypeSecondFunction · 0.85

Tested by

no test coverage detected