MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / parse

Method parse

extlibs/catch/include/catch/catch.hpp:9003–9005  ·  view source on GitHub ↗

The exe name is not parsed out of the normal tokens, but is handled specially

Source from the content-addressed store, hash-verified

9001
9002 // The exe name is not parsed out of the normal tokens, but is handled specially
9003 auto parse( std::string const&, TokenStream const &tokens ) const -> InternalParseResult override {
9004 return InternalParseResult::ok( ParseState( ParseResultType::NoMatch, tokens ) );
9005 }
9006
9007 auto name() const -> std::string { return *m_name; }
9008 auto set( std::string const& newName ) -> ParserResult {

Callers

nothing calls this directly

Calls 1

ParseStateClass · 0.85

Tested by

no test coverage detected