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

Method GetFullObjectNamePath

libs/indexer/classificator.cpp:445–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443}
444
445std::vector<std::string> Classificator::GetFullObjectNamePath(uint32_t type) const
446{
447 std::vector<std::string> res;
448 ForEachPathObject(type, [&res](ClassifObject const * p) { res.push_back(p->GetName()); });
449 return res;
450}
451
452string Classificator::GetReadableObjectName(uint32_t type) const
453{

Callers 1

GetRawTypeSecondFunction · 0.80

Calls 2

push_backMethod · 0.45
GetNameMethod · 0.45

Tested by

no test coverage detected