MCPcopy Create free account
hub / github.com/Profactor/cv-plot / useConfigData

Method useConfigData

CvPlot/ext/catch2/inc/catch.hpp:13271–13274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13269#endif
13270
13271 void Session::useConfigData( ConfigData const& configData ) {
13272 m_configData = configData;
13273 m_config.reset();
13274 }
13275
13276 int Session::run() {
13277 if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeStart ) != 0 ) {

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected