Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
void 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
90
void ClassifObject::Sort()
91
{
Callers
1
LoadTreeAsText
Function · 0.80
Calls
4
ASSERT
Function · 0.85
back
Method · 0.80
empty
Method · 0.45
pop_back
Method · 0.45
Tested by
no test coverage detected