MCPcopy Create free account
hub / github.com/apache/trafficserver / hasGenerator

Method hasGenerator

lib/catch2/catch.hpp:12634–12636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12632 // TrackerBase interface
12633 bool isGeneratorTracker() const override { return true; }
12634 auto hasGenerator() const -> bool override {
12635 return !!m_generator;
12636 }
12637 void close() override {
12638 TrackerBase::close();
12639 // If a generator has a child (it is followed by a section)

Callers 1

generateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected