Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
77
var
legacyPackagesWarningHasBeenShown = false
78
79
func
InitConfig(dir string) error {
80
_, err := devconfig.Init(dir)
81
return
err
82
}
83
84
func
EnsureConfig(dir string) error {
85
err := InitConfig(dir)
Callers
4
runInitCmd
Function · 0.92
TestGetPackagesAndCommitHash
Function · 0.92
EnsureConfig
Function · 0.70
TestShellPath
Function · 0.70
Calls
1
Init
Function · 0.92
Tested by
2
TestGetPackagesAndCommitHash
Function · 0.74
TestShellPath
Function · 0.56