MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / applyCommandLine

Method applyCommandLine

external/utf8-cpp-utils/test/doctest.h:6603–6607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6601}
6602
6603void Context::applyCommandLine(int argc, const char* const* argv) {
6604 parseArgs(argc, argv);
6605 if(argc)
6606 p->binary_name = argv[0];
6607}
6608
6609// parses args
6610void 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