MCPcopy 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
85func (rac *readerAtWithCache) Close() error {
86 err := rac.ReaderAt.Close()
87 // Remove ourselves from the cache
88 rac.prune()
89 return err
90}

Callers 3

buildServiceImageMethod · 0.45
StopFunction · 0.45
waitContainerStopFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected