MCPcopy Create free account
hub / github.com/apache/qpid-proton / parse

Method parse

tests/include/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

TokenStreamClass · 0.85
exeNameMethod · 0.80
parseFunction · 0.50

Tested by

no test coverage detected