MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / parse

Method parse

deps/Catch/catch.hpp:9251–9253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9249 virtual auto cardinality() const -> size_t { return 1; }
9250
9251 auto parse( Args const &args ) const -> InternalParseResult {
9252 return parse( args.exeName(), TokenStream( args ) );
9253 }
9254 };
9255
9256 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