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

Method escape

unittests/catch.hpp:10499–10504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10497 m_start = start;
10498 }
10499 void TestSpecParser::escape() {
10500 if( m_mode == None )
10501 m_start = m_pos;
10502 m_mode = EscapedName;
10503 m_escapeChars.push_back( m_pos );
10504 }
10505 std::string TestSpecParser::subString() const { return m_arg.substr( m_start, m_pos - m_start ); }
10506
10507 void TestSpecParser::addFilter() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected