MCPcopy 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
35func dotdevboxBinPath(d *Devbox) string {
36 return filepath.Join(d.ProjectDir(), ".devbox/bin")
37}

Callers 2

createDevboxSymlinkFunction · 0.85

Calls 1

ProjectDirMethod · 0.65

Tested by

no test coverage detected