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

Method parse

lib/catch2/catch.hpp:9232–9234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9230 virtual auto cardinality() const -> size_t { return 1; }
9231
9232 auto parse( Args const &args ) const -> InternalParseResult {
9233 return parse( args.exeName(), TokenStream( args ) );
9234 }
9235 };
9236
9237 template<typename DerivedT>

Callers

nothing calls this directly

Calls 3

parseFunction · 0.85
TokenStreamClass · 0.85
exeNameMethod · 0.80

Tested by

no test coverage detected