MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / startNewMode

Method startNewMode

unittests/catch.hpp:10495–10498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10493 addPattern<TestSpec::TagPattern>();
10494 }
10495 void TestSpecParser::startNewMode( Mode mode, std::size_t start ) {
10496 m_mode = mode;
10497 m_start = start;
10498 }
10499 void TestSpecParser::escape() {
10500 if( m_mode == None )
10501 m_start = m_pos;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected