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

Method SectionTracker

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

Source from the content-addressed store, hash-verified

10164}
10165
10166SectionTracker::SectionTracker(NameAndLocation const &nameAndLocation, TrackerContext &ctx, ITracker *parent)
10167 : TrackerBase(nameAndLocation, ctx, parent) {
10168 if (parent) {
10169 while (!parent->isSectionTracker())
10170 parent = &parent->parent();
10171
10172 SectionTracker &parentSection = static_cast<SectionTracker &>(*parent);
10173 addNextFilters(parentSection.m_filters);
10174 }
10175}
10176
10177bool SectionTracker::isSectionTracker() const {
10178 return true;

Callers

nothing calls this directly

Calls 1

isSectionTrackerMethod · 0.80

Tested by

no test coverage detected