Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GDRETools/gdsdecomp
/ is_hidden
Function
is_hidden
utility/glob.cpp:304–306 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
302
}
303
304
bool is_hidden(const String &pathname) {
305
return pathname[0] ==
'.'
;
306
}
307
308
bool is_recursive(const String &pattern) {
309
return pattern ==
"**"
;
Callers
1
glob1
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected