Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/filebrowser/filebrowser
/ IsSymlink
Function
IsSymlink
files/utils.go:57–59 ·
view source on GitHub ↗
(mode os.FileMode)
Source
from the content-addressed store, hash-verified
55
}
56
57
func
IsSymlink(mode os.FileMode) bool {
58
return
mode&os.ModeSymlink != 0
59
}
Callers
2
stat
Function · 0.85
readListing
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected