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

Method useConfigData

Source/ThirdParty/catch2/catch.hpp:13499–13502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13497#endif
13498
13499 void Session::useConfigData( ConfigData const& configData ) {
13500 m_configData = configData;
13501 m_config.reset();
13502 }
13503
13504 int Session::run() {
13505 if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeStart ) != 0 ) {

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected