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

Method saveCfg

internal/devbox/devbox.go:596–598  ·  view source on GitHub ↗

saveCfg writes the config file to the devbox directory.

()

Source from the content-addressed store, hash-verified

594
595// saveCfg writes the config file to the devbox directory.
596func (d *Devbox) saveCfg() error {
597 return d.cfg.Root.SaveTo(d.ProjectDir())
598}
599
600func (d *Devbox) Services() (services.Services, error) {
601 pluginSvcs, err := plugin.GetServices(d.cfg.IncludedPluginConfigs())

Callers 3

AddMethod · 0.95
RemoveMethod · 0.95

Calls 2

ProjectDirMethod · 0.95
SaveToMethod · 0.80

Tested by

no test coverage detected