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

Callers 2

statFunction · 0.85
readListingMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected