MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / moveToThis

Method moveToThis

unittests/catch.hpp:10250–10252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10248 m_ctx.setCurrentTracker( m_parent );
10249 }
10250 void TrackerBase::moveToThis() {
10251 m_ctx.setCurrentTracker( this );
10252 }
10253
10254 SectionTracker::SectionTracker( NameAndLocation const& nameAndLocation, TrackerContext& ctx, ITracker* parent )
10255 : TrackerBase( nameAndLocation, ctx, parent )

Callers

nothing calls this directly

Calls 1

setCurrentTrackerMethod · 0.80

Tested by

no test coverage detected