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

Method EndChilds

libs/indexer/classificator.cpp:83–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void ClassifObject::LoadPolicy::EndChilds()
84{
85 ClassifObject * p = Current();
86 ASSERT(p->m_objs.back().m_name.empty(), ());
87 p->m_objs.pop_back();
88}
89
90void ClassifObject::Sort()
91{

Callers 1

LoadTreeAsTextFunction · 0.80

Calls 4

ASSERTFunction · 0.85
backMethod · 0.80
emptyMethod · 0.45
pop_backMethod · 0.45

Tested by

no test coverage detected