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

Method IndexTracker

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

Source from the content-addressed store, hash-verified

10213}
10214
10215IndexTracker::IndexTracker(NameAndLocation const &nameAndLocation, TrackerContext &ctx, ITracker *parent, int size)
10216 : TrackerBase(nameAndLocation, ctx, parent), m_size(size) {
10217}
10218
10219bool IndexTracker::isIndexTracker() const {
10220 return true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected