Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ setResultCapture
Method
setResultCapture
extlibs/catch/include/catch/catch.hpp:9945–9947 ·
view source on GitHub ↗
IMutableContext
Source
from the content-addressed store, hash-verified
9943
9944
public: // IMutableContext
9945
void setResultCapture( IResultCapture* resultCapture ) override {
9946
m_resultCapture = resultCapture;
9947
}
9948
void setRunner( IRunner* runner ) override {
9949
m_runner = runner;
9950
}
Callers
1
RunContext
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected