MCPcopy
hub / github.com/containerd/containerd / bufferPool

Struct bufferPool

core/remotes/docker/fetcher.go:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41)
42
43type bufferPool struct {
44 pool *sync.Pool
45}
46
47func newbufferPool(bufCap int64) *bufferPool {
48 pool := &sync.Pool{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected