Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
308
bool is_recursive(const String &pattern) {
309
return pattern ==
"**"
;
310
}
311
312
Vector<String> iter_directory(const String &dir, bool dironly, bool include_hidden) {
313
Error err;
Callers
1
_glob
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected