MCPcopy Create free account
hub / github.com/adobe/hyde / source_paths

Function source_paths

sources/main.cpp:437–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435/**************************************************************************************************/
436
437std::vector<std::string> source_paths(int argc, const char** argv) {
438 return MakeOptionsParser(argc, argv).getSourcePathList();
439}
440
441/**************************************************************************************************/
442

Callers

nothing calls this directly

Calls 1

MakeOptionsParserFunction · 0.85

Tested by

no test coverage detected