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

Method TrackerBase

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

Source from the content-addressed store, hash-verified

10061}
10062
10063TrackerBase::TrackerBase(NameAndLocation const &nameAndLocation, TrackerContext &ctx, ITracker *parent)
10064 : m_nameAndLocation(nameAndLocation), m_ctx(ctx), m_parent(parent) {
10065}
10066
10067NameAndLocation const &TrackerBase::nameAndLocation() const {
10068 return m_nameAndLocation;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected