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

Method setCurrentTracker

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

Source from the content-addressed store, hash-verified

10049 return *m_currentTracker;
10050}
10051void TrackerContext::setCurrentTracker(ITracker *tracker) {
10052 m_currentTracker = tracker;
10053}
10054
10055TrackerBase::TrackerHasName::TrackerHasName(NameAndLocation const &nameAndLocation)
10056 : m_nameAndLocation(nameAndLocation) {

Callers 2

moveToParentMethod · 0.80
moveToThisMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected