Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gokcehan/lf
/ isExecutable
Function
isExecutable
os.go:195–197 ·
view source on GitHub ↗
(f os.FileInfo)
Source
from the content-addressed store, hash-verified
193
}
194
195
func
isExecutable(f os.FileInfo) bool {
196
return
f.Mode()&0o111 != 0
197
}
198
199
func
isHidden(f os.FileInfo, path string, hiddenfiles []string) bool {
200
hidden := false
Callers
3
get
Method · 0.70
matchExec
Function · 0.70
get
Method · 0.70
Calls
1
Mode
Method · 0.45
Tested by
no test coverage detected