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

Method GetTypeByPathSafe

libs/indexer/classificator.cpp:376–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374}
375
376uint32_t Classificator::GetTypeByPathSafe(std::vector<std::string_view> const & path) const
377{
378 return GetTypeByPathImpl(path.begin(), path.end());
379}
380
381uint32_t Classificator::GetTypeByPath(std::vector<std::string> const & path) const
382{

Callers 6

IsAcceptBoundaryMethod · 0.80
ProcessCategoryFunction · 0.80
SubtypesMethod · 0.80
UNIT_CLASS_TESTFunction · 0.80
LoadFromStreamMethod · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by 1

UNIT_CLASS_TESTFunction · 0.64