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

Function acquireGeneratorTracker

test/expected/catch.hpp:10827–10829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10825 GeneratorUntypedBase::~GeneratorUntypedBase() {}
10826
10827 auto acquireGeneratorTracker( SourceLineInfo const& lineInfo ) -> IGeneratorTracker& {
10828 return getResultCapture().acquireGeneratorTracker( lineInfo );
10829 }
10830
10831} // namespace Generators
10832} // namespace Catch

Callers 1

generateFunction · 0.85

Calls 1

Tested by

no test coverage detected