MCPcopy Index your code
hub / github.com/jetify-com/devbox / nixPrintDevEnvCachePath

Method nixPrintDevEnvCachePath

internal/devbox/devbox.go:881–883  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

879}
880
881func (d *Devbox) nixPrintDevEnvCachePath() string {
882 return filepath.Join(d.projectDir, ".devbox/.nix-print-dev-env-cache")
883}
884
885func (d *Devbox) flakeDir() string {
886 return filepath.Join(d.projectDir, ".devbox/gen/flake")

Callers 2

execPrintDevEnvMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected