MCPcopy Create free account
hub / github.com/coder/envbuilder / ConfigFile

Method ConfigFile

devcontainer/devcontainer_test.go:435–437  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

433}
434
435func (i emptyImage) ConfigFile() (*v1.ConfigFile, error) {
436 return i.configFile, nil
437}
438
439func (i emptyImage) LayerByDiffID(h v1.Hash) (partial.UncompressedLayer, error) {
440 return nil, fmt.Errorf("LayerByDiffID(%s): empty image", h)

Callers 3

runFunction · 0.80
pushImageFunction · 0.80
UserFromImageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected