MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / run

Method run

utility/common.cpp:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 Vector<String> run() {
69 return list_dir("", true);
70 }
71
72 Vector<String> list_dir(const String &rel, bool is_main = false) {
73 Vector<String> ret;

Callers 2

run_internalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected