Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/jetify-com/devbox
/ genPath
Function
genPath
internal/shellgen/path.go:8–10 ·
view source on GitHub ↗
(d devboxer)
Source
from the content-addressed store, hash-verified
6
import
"path/filepath"
7
8
func
genPath(d devboxer) string {
9
return
filepath.Join(d.ProjectDir(),
".devbox/gen"
)
10
}
11
12
func
FlakePath(d devboxer) string {
13
return
filepath.Join(genPath(d),
"flake"
)
Callers
2
FlakePath
Function · 0.85
GenerateForPrintEnv
Function · 0.85
Calls
1
ProjectDir
Method · 0.65
Tested by
no test coverage detected