MCPcopy Create free account
hub / github.com/catchorg/Catch2 / parse

Method parse

extras/catch_amalgamated.cpp:2915–2917  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2913 size_t ParserBase::cardinality() const { return 1; }
2914
2915 InternalParseResult ParserBase::parse( Args const& args ) const {
2916 return parse( static_cast<std::string>(args.exeName()), TokenStream( args ) );
2917 }
2918
2919 ParseState::ParseState( ParseResultType type,
2920 TokenStream remainingTokens ):

Callers 8

CmdLine.tests.cppFile · 0.45
parseAndCreateSpecFunction · 0.45
Clara.tests.cppFile · 0.45
parseTestSpecFunction · 0.45
ConfigMethod · 0.45
applyCommandLineMethod · 0.45
LLVMFuzzerTestOneInputFunction · 0.45

Calls 12

TokenStreamClass · 0.70
ParseStateClass · 0.70
exeNameMethod · 0.45
isFlagMethod · 0.45
getMethod · 0.45
setValueMethod · 0.45
setFlagMethod · 0.45
valueMethod · 0.45
sizeMethod · 0.45
setMethod · 0.45
cardinalityMethod · 0.45
typeMethod · 0.45

Tested by 3

parseAndCreateSpecFunction · 0.36
parseTestSpecFunction · 0.36
LLVMFuzzerTestOneInputFunction · 0.36