MCPcopy Create free account
hub / github.com/Profactor/cv-plot / separate

Method separate

CvPlot/ext/catch2/inc/catch.hpp:14558–14570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14556 }
14557
14558 bool TestSpecParser::separate() {
14559 if( (m_mode==QuotedName) || (m_mode==Tag) ){
14560 //invalid argument, signal failure to previous scope.
14561 m_mode = None;
14562 m_pos = m_arg.size();
14563 m_substring.clear();
14564 m_patternName.clear();
14565 return false;
14566 }
14567 endMode();
14568 addFilter();
14569 return true; //success
14570 }
14571
14572 std::string TestSpecParser::preprocessPattern() {
14573 std::string token = m_patternName;

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected