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

Method glob

utility/glob.cpp:698–700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

696}
697
698Vector<String> Glob::glob(const String &pathname, bool hidden) {
699 return _glob(pathname, false, false, hidden);
700}
701
702Vector<String> Glob::rglob(const String &pathname, bool hidden) {
703 return _glob(pathname, true, false, hidden);

Callers 2

get_json_dicts_from_dirFunction · 0.80
get_base64s_from_dirFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected