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

Method TrackerBase

unittests/catch.hpp:10151–10155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10149 }
10150
10151 TrackerBase::TrackerBase( NameAndLocation const& nameAndLocation, TrackerContext& ctx, ITracker* parent )
10152 : m_nameAndLocation( nameAndLocation ),
10153 m_ctx( ctx ),
10154 m_parent( parent )
10155 {}
10156
10157 NameAndLocation const& TrackerBase::nameAndLocation() const {
10158 return m_nameAndLocation;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected