MCPcopy Index your code
hub / github.com/jetify-com/devbox / isSymlink

Function isSymlink

internal/patchpkg/builder.go:461–461  ·  view source on GitHub ↗
(mode fs.FileMode)

Source from the content-addressed store, hash-verified

459
460func isExecutable(mode fs.FileMode) bool { return mode&0o111 != 0 }
461func isSymlink(mode fs.FileMode) bool { return mode&fs.ModeSymlink != 0 }

Callers 1

buildMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected