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

Function is_recursive

utility/glob.cpp:308–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308bool is_recursive(const String &pattern) {
309 return pattern == "**";
310}
311
312Vector<String> iter_directory(const String &dir, bool dironly, bool include_hidden) {
313 Error err;

Callers 1

_globMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected