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

Method parse

extlibs/catch/include/catch/catch.hpp:8913–8915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8911 virtual auto cardinality() const -> size_t { return 1; }
8912
8913 auto parse( Args const &args ) const -> InternalParseResult {
8914 return parse( args.exeName(), TokenStream( args ) );
8915 }
8916 };
8917
8918 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