MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / startNewMode

Method startNewMode

tests/catch.hpp:11998–12001  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11996 addPattern<TestSpec::TagPattern>();
11997 }
11998 void TestSpecParser::startNewMode( Mode mode, std::size_t start ) {
11999 m_mode = mode;
12000 m_start = start;
12001 }
12002 void TestSpecParser::escape() {
12003 if( m_mode == None )
12004 m_start = m_pos;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected