MCPcopy Create free account
hub / github.com/apache/thrift / parse

Method parse

compiler/cpp/tests/catch/catch.hpp:4966–4970  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4964 }
4965
4966 ConfigT parse( std::vector<std::string> const& args ) const {
4967 ConfigT config;
4968 parseInto( args, config );
4969 return config;
4970 }
4971
4972 std::vector<Parser::Token> parseInto( std::vector<std::string> const& args, ConfigT& config ) const {
4973 std::string processName = args.empty() ? std::string() : args[0];

Callers 15

parseTestSpecFunction · 0.80
ConfigMethod · 0.80
listTestsFunction · 0.80
listTestsNamesOnlyFunction · 0.80
listTagsFunction · 0.80
runTestsFunction · 0.80
thrift.jsFile · 0.80
processPostFunction · 0.80
processGetFunction · 0.80
client.mjsFile · 0.80
server.mjsFile · 0.80
client.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected