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

Function InitConfig

internal/devbox/devbox.go:79–82  ·  view source on GitHub ↗
(dir string)

Source from the content-addressed store, hash-verified

77var legacyPackagesWarningHasBeenShown = false
78
79func InitConfig(dir string) error {
80 _, err := devconfig.Init(dir)
81 return err
82}
83
84func EnsureConfig(dir string) error {
85 err := InitConfig(dir)

Callers 4

runInitCmdFunction · 0.92
EnsureConfigFunction · 0.70
TestShellPathFunction · 0.70

Calls 1

InitFunction · 0.92

Tested by 2

TestShellPathFunction · 0.56