MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / addChild

Method addChild

Bcore/src/main/cpp/Dobby/tests/catch.hpp:10083–10085  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10081}
10082
10083void TrackerBase::addChild(ITrackerPtr const &child) {
10084 m_children.push_back(child);
10085}
10086
10087ITrackerPtr TrackerBase::findChild(NameAndLocation const &nameAndLocation) {
10088 auto it = std::find_if(m_children.begin(), m_children.end(), TrackerHasName(nameAndLocation));

Callers 1

catch.hppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected