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

Method IndexTracker

unittests/catch.hpp:10303–10306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10301 }
10302
10303 IndexTracker::IndexTracker( NameAndLocation const& nameAndLocation, TrackerContext& ctx, ITracker* parent, int size )
10304 : TrackerBase( nameAndLocation, ctx, parent ),
10305 m_size( size )
10306 {}
10307
10308 bool IndexTracker::isIndexTracker() const { return true; }
10309

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected