MCPcopy Create free account
hub / github.com/RenderKit/embree / useConfigData

Method useConfigData

tutorials/external/catch.hpp:11077–11080  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11075#endif
11076
11077 void Session::useConfigData( ConfigData const& configData ) {
11078 m_configData = configData;
11079 m_config.reset();
11080 }
11081
11082 int Session::run() {
11083 if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeStart ) != 0 ) {

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected