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

Method parse

Source/ThirdParty/catch2/catch.hpp:9225–9227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9223 virtual auto cardinality() const -> size_t { return 1; }
9224
9225 auto parse( Args const &args ) const -> InternalParseResult {
9226 return parse( args.exeName(), TokenStream( args ) );
9227 }
9228 };
9229
9230 template<typename DerivedT>

Callers

nothing calls this directly

Calls 3

parseFunction · 0.85
exeNameMethod · 0.80
TokenStreamClass · 0.70

Tested by

no test coverage detected