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

Method moveToThis

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

Source from the content-addressed store, hash-verified

10160 m_ctx.setCurrentTracker(m_parent);
10161}
10162void TrackerBase::moveToThis() {
10163 m_ctx.setCurrentTracker(this);
10164}
10165
10166SectionTracker::SectionTracker(NameAndLocation const &nameAndLocation, TrackerContext &ctx, ITracker *parent)
10167 : TrackerBase(nameAndLocation, ctx, parent) {

Callers

nothing calls this directly

Calls 1

setCurrentTrackerMethod · 0.80

Tested by

no test coverage detected