MCPcopy Create free account
hub / github.com/Compaile/ctrack / parseFlag

Function parseFlag

test/doctest.h:6525–6527  ·  view source on GitHub ↗

locates a flag on the command line

Source from the content-addressed store, hash-verified

6523
6524 // locates a flag on the command line
6525 bool parseFlag(int argc, const char* const* argv, const char* pattern) {
6526 return parseOption(argc, argv, pattern);
6527 }
6528
6529 // parses a comma separated list of words after a pattern in one of the arguments in argv
6530 bool parseCommaSepArgs(int argc, const char* const* argv, const char* pattern,

Callers 1

parseArgsMethod · 0.85

Calls 1

parseOptionFunction · 0.85

Tested by

no test coverage detected