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

Method MediaType

devcontainer/devcontainer_test.go:427–429  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

425}
426
427func (i emptyImage) MediaType() (types.MediaType, error) {
428 return types.DockerManifestSchema2, nil
429}
430
431func (i emptyImage) RawConfigFile() ([]byte, error) {
432 return partial.RawConfigFile(i)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected