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

Method escape

tests/catch.hpp:12002–12007  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12000 m_start = start;
12001 }
12002 void TestSpecParser::escape() {
12003 if( m_mode == None )
12004 m_start = m_pos;
12005 m_mode = EscapedName;
12006 m_escapeChars.push_back( m_pos );
12007 }
12008 std::string TestSpecParser::subString() const { return m_arg.substr( m_start, m_pos - m_start ); }
12009
12010 void TestSpecParser::addFilter() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected