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

Function isExecutable

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

Source from the content-addressed store, hash-verified

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

Callers 1

copyFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected