Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/envbuilder
/ LayerByDiffID
Method
LayerByDiffID
devcontainer/devcontainer_test.go:439–441 ·
view source on GitHub ↗
(h v1.Hash)
Source
from the content-addressed store, hash-verified
437
}
438
439
func
(i emptyImage) LayerByDiffID(h v1.Hash) (partial.UncompressedLayer, error) {
440
return
nil, fmt.Errorf(
"LayerByDiffID(%s): empty image"
, h)
441
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected