Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/jetify-com/devbox
/ dotdevboxBinPath
Function
dotdevboxBinPath
internal/devbox/pure_shell.go:35–37 ·
view source on GitHub ↗
(d *Devbox)
Source
from the content-addressed store, hash-verified
33
}
34
35
func
dotdevboxBinPath(d *Devbox) string {
36
return
filepath.Join(d.ProjectDir(),
".devbox/bin"
)
37
}
Callers
2
parseEnvAndExcludeSpecialCases
Method · 0.85
createDevboxSymlink
Function · 0.85
Calls
1
ProjectDir
Method · 0.65
Tested by
no test coverage detected