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

Struct emptyImage

devcontainer/devcontainer_test.go:423–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421}
422
423type emptyImage struct {
424 configFile *v1.ConfigFile
425}
426
427func (i emptyImage) MediaType() (types.MediaType, error) {
428 return types.DockerManifestSchema2, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected