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

Method hasGenerator

test/expected/catch.hpp:12476–12478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12474 // TrackerBase interface
12475 bool isGeneratorTracker() const override { return true; }
12476 auto hasGenerator() const -> bool override {
12477 return !!m_generator;
12478 }
12479 void close() override {
12480 TrackerBase::close();
12481 // Generator interface only finds out if it has another item on actual move

Callers 1

generateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected