Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/containerd/nerdctl
/ Close
Method
Close
pkg/containerdutil/content.go:85–90 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
}
84
85
func
(rac *readerAtWithCache) Close() error {
86
err := rac.ReaderAt.Close()
87
// Remove ourselves from the cache
88
rac.prune()
89
return
err
90
}
Callers
3
buildServiceImage
Method · 0.45
Stop
Function · 0.45
waitContainerStop
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected