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

Method flakeDir

internal/devbox/devbox.go:885–887  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

883}
884
885func (d *Devbox) flakeDir() string {
886 return filepath.Join(d.projectDir, ".devbox/gen/flake")
887}
888
889// AllPackageNamesIncludingRemovedTriggerPackages returns the all package names,
890// including those added by plugins and also those removed by builtins.

Callers 1

execPrintDevEnvMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected