MCPcopy 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
75void 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
83void ClassifObject::LoadPolicy::EndChilds()
84{

Callers 1

LoadTreeAsTextFunction · 0.45

Calls 1

emplace_backMethod · 0.45

Tested by

no test coverage detected