Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XorTroll/Goldleaf
/ IsHiddenContent
Function
IsHiddenContent
Goldleaf/source/ui/ui_BrowserLayout.cpp:38–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
std::stack<u32> g_EntryIndexStack;
37
38
inline bool IsHiddenContent(const std::string &path) {
39
return !path.empty() && (path[0] ==
'.'
);
40
}
41
42
}
43
Callers
2
OnDirectorySelected
Method · 0.85
UpdateElements
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected