MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / hasGenerator

Method hasGenerator

extlibs/catch/include/catch/catch.hpp:12073–12075  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12071 // TrackerBase interface
12072 bool isGeneratorTracker() const override { return true; }
12073 auto hasGenerator() const -> bool override {
12074 return !!m_generator;
12075 }
12076 void close() override {
12077 TrackerBase::close();
12078 // Generator interface only finds out if it has another item on atual move

Callers 1

generateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected