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