MCPcopy Create free account
hub / github.com/catchorg/Catch2 / getGenerator

Method getGenerator

src/catch2/internal/catch_run_context.cpp:196–198  ·  view source on GitHub ↗

IGeneratorTracker interface

Source from the content-addressed store, hash-verified

194
195 // IGeneratorTracker interface
196 auto getGenerator() const -> GeneratorBasePtr const& override {
197 return m_generator;
198 }
199 };
200 } // namespace
201 }

Callers 1

generateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected