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

Method Save

internal/devconfig/configfile/file.go:123–125  ·  view source on GitHub ↗

TODO: Can we remove SaveTo and just use Save()?

()

Source from the content-addressed store, hash-verified

121
122// TODO: Can we remove SaveTo and just use Save()?
123func (c *ConfigFile) Save() error {
124 return c.SaveTo(c.AbsRootPath)
125}
126
127// Get returns the package with the given versionedName
128func (c *ConfigFile) GetPackage(versionedName string) (*Package, bool) {

Callers 3

updateLockfileMethod · 0.45
FixMissingStorePathsMethod · 0.45

Calls 1

SaveToMethod · 0.95

Tested by

no test coverage detected