| 435 | /**************************************************************************************************/ |
| 436 | |
| 437 | std::vector<std::string> source_paths(int argc, const char** argv) { |
| 438 | return MakeOptionsParser(argc, argv).getSourcePathList(); |
| 439 | } |
| 440 | |
| 441 | /**************************************************************************************************/ |
| 442 |
nothing calls this directly
no test coverage detected