MCPcopy 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

6import "path/filepath"
7
8func genPath(d devboxer) string {
9 return filepath.Join(d.ProjectDir(), ".devbox/gen")
10}
11
12func FlakePath(d devboxer) string {
13 return filepath.Join(genPath(d), "flake")

Callers 2

FlakePathFunction · 0.85
GenerateForPrintEnvFunction · 0.85

Calls 1

ProjectDirMethod · 0.65

Tested by

no test coverage detected