MCPcopy 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
304bool is_hidden(const String &pathname) {
305 return pathname[0] == '.';
306}
307
308bool is_recursive(const String &pattern) {
309 return pattern == "**";

Callers 1

glob1Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected