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

Method Config

internal/devbox/devbox.go:185–187  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

183}
184
185func (d *Devbox) Config() *devconfig.Config {
186 return d.cfg
187}
188
189func (d *Devbox) ConfigHash() (string, error) {
190 h, err := d.cfg.Hash()

Callers 2

updateLockfileMethod · 0.95
installPackagesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected