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