| 6628 | } |
| 6629 | |
| 6630 | void 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 |
| 6637 | void Context::parseArgs(int argc, const char* const* argv, bool withDefaults) { |
nothing calls this directly
no outgoing calls
no test coverage detected