MCPcopy Create free account
hub / github.com/apache/trafficserver / useConfigData

Method useConfigData

lib/catch2/catch.hpp:13506–13509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13504#endif
13505
13506 void Session::useConfigData( ConfigData const& configData ) {
13507 m_configData = configData;
13508 m_config.reset();
13509 }
13510
13511 int Session::run() {
13512 if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeStart ) != 0 ) {

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected