MCPcopy Create free account
hub / github.com/FidoProject/Fido / parse

Method parse

tests/catch.h:4485–4489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4483 }
4484
4485 ConfigT parse( int argc, char const* const argv[] ) const {
4486 ConfigT config;
4487 parseInto( argc, argv, config );
4488 return config;
4489 }
4490
4491 std::vector<Parser::Token> parseInto( int argc, char const* argv[], ConfigT& config ) const {
4492 std::string processName = argv[0];

Callers 6

parseTestSpecFunction · 0.80
ConfigMethod · 0.80
listTestsFunction · 0.80
listTestsNamesOnlyFunction · 0.80
listTagsFunction · 0.80
runTestsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected