MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / useConfigData

Method useConfigData

extlibs/catch/include/catch/catch.hpp:12866–12869  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12864#endif
12865
12866 void Session::useConfigData( ConfigData const& configData ) {
12867 m_configData = configData;
12868 m_config.reset();
12869 }
12870
12871 int Session::run() {
12872 if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeStart ) != 0 ) {

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected