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

Method DiffID

testutil/registrytest/registrytest.go:127–129  ·  view source on GitHub ↗

DiffID implements partial.UncompressedLayer

()

Source from the content-addressed store, hash-verified

125
126// DiffID implements partial.UncompressedLayer
127func (ul *uncompressedLayer) DiffID() (v1.Hash, error) {
128 return ul.diffID, nil
129}
130
131// Uncompressed implements partial.UncompressedLayer
132func (ul *uncompressedLayer) Uncompressed() (io.ReadCloser, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected