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

Method moveToParent

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

Source from the content-addressed store, hash-verified

10156}
10157
10158void TrackerBase::moveToParent() {
10159 assert(m_parent);
10160 m_ctx.setCurrentTracker(m_parent);
10161}
10162void TrackerBase::moveToThis() {
10163 m_ctx.setCurrentTracker(this);
10164}

Callers

nothing calls this directly

Calls 1

setCurrentTrackerMethod · 0.80

Tested by

no test coverage detected