MCPcopy Create free account
hub / github.com/apache/trafficserver / parse

Method parse

lib/catch2/catch.hpp:9322–9324  ·  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

9320
9321 // The exe name is not parsed out of the normal tokens, but is handled specially
9322 auto parse( std::string const&, TokenStream const &tokens ) const -> InternalParseResult override {
9323 return InternalParseResult::ok( ParseState( ParseResultType::NoMatch, tokens ) );
9324 }
9325
9326 auto name() const -> std::string { return *m_name; }
9327 auto set( std::string const& newName ) -> ParserResult {

Callers

nothing calls this directly

Calls 1

ParseStateClass · 0.70

Tested by

no test coverage detected