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

Method ForEachChild

libs/storage/country_tree.cpp:180–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180void CountryTree::Node::ForEachChild(CountryTree::Node::NodeCallback const & f)
181{
182 for (auto & child : m_children)
183 f(*child);
184}
185
186void CountryTree::Node::ForEachChild(CountryTree::Node::NodeCallback const & f) const
187{

Callers 3

GetChildrenInGroupsMethod · 0.80
GetQueuedChildrenMethod · 0.80
UNIT_TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

UNIT_TESTFunction · 0.64