MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / getRunner

Method getRunner

unittests/catch.hpp:7013–7015  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7011 return m_resultCapture;
7012 }
7013 virtual IRunner* getRunner() override {
7014 return m_runner;
7015 }
7016
7017 virtual IConfigPtr const& getConfig() const override {
7018 return m_config;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected