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

Method RawConfigFile

devcontainer/devcontainer_test.go:431–433  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

429}
430
431func (i emptyImage) RawConfigFile() ([]byte, error) {
432 return partial.RawConfigFile(i)
433}
434
435func (i emptyImage) ConfigFile() (*v1.ConfigFile, error) {
436 return i.configFile, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected