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

Method applyCommandLine

test/doctest.h:6630–6634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6628}
6629
6630void Context::applyCommandLine(int argc, const char* const* argv) {
6631 parseArgs(argc, argv);
6632 if(argc)
6633 p->binary_name = argv[0];
6634}
6635
6636// parses args
6637void Context::parseArgs(int argc, const char* const* argv, bool withDefaults) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected