MCPcopy Create free account
hub / github.com/RenderKit/embree / hasGenerator

Method hasGenerator

tutorials/external/catch.hpp:10306–10308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10304 // TrackerBase interface
10305 bool isGeneratorTracker() const override { return true; }
10306 auto hasGenerator() const -> bool override {
10307 return !!m_generator;
10308 }
10309 void close() override {
10310 TrackerBase::close();
10311 // 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