Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Start
Method
Start
libs/indexer/classificator.cpp:75–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
void ClassifObject::LoadPolicy::Start(size_t i)
76
{
77
ClassifObject * p = Current();
78
p->m_objs.emplace_back();
79
80
base_type::Start(i);
81
}
82
83
void ClassifObject::LoadPolicy::EndChilds()
84
{
Callers
1
LoadTreeAsText
Function · 0.45
Calls
1
emplace_back
Method · 0.45
Tested by
no test coverage detected