MCPcopy
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
53func IsNamedPipe(mode os.FileMode) bool {
54 return mode&os.ModeNamedPipe != 0
55}
56
57func IsSymlink(mode os.FileMode) bool {
58 return mode&os.ModeSymlink != 0

Callers 2

raw.goFile · 0.92
detectTypeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected