Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ setRunner
Method
setRunner
unittests/catch.hpp:7027–7029 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7025
m_resultCapture = resultCapture;
7026
}
7027
virtual void setRunner( IRunner* runner ) override {
7028
m_runner = runner;
7029
}
7030
virtual void setConfig( IConfigPtr const& config ) override {
7031
m_config = config;
7032
}
Callers
1
RunContext
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected