Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
460
func
isExecutable(mode fs.FileMode) bool {
return
mode&0o111 != 0 }
461
func
isSymlink(mode fs.FileMode) bool {
return
mode&fs.ModeSymlink != 0 }
Callers
1
build
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected