Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/containerd/containerd
/ Put
Method
Put
core/remotes/docker/fetcher.go:63–66 ·
view source on GitHub ↗
(buffer *bytes.Buffer)
Source
from the content-addressed store, hash-verified
61
}
62
63
func
(p *bufferPool) Put(buffer *bytes.Buffer) {
64
buffer.Reset()
65
p.pool.Put(buffer)
66
}
67
68
var
ErrClosedPipe = errors.New(
"bufpipe: read/write on closed pipe"
)
69
Callers
15
limitedCopy
Method · 0.80
TestActivateStaleIncomplete
Function · 0.80
Activate
Method · 0.80
putActiveMount
Function · 0.80
putSystemMount
Function · 0.80
CreateSnapshot
Function · 0.80
CommitActive
Function · 0.80
putSnapshot
Function · 0.80
putUsage
Function · 0.80
Read
Method · 0.80
TestCreateDelete
Function · 0.80
addImage
Function · 0.80
Calls
1
Reset
Method · 0.65
Tested by
12
limitedCopy
Method · 0.64
TestActivateStaleIncomplete
Function · 0.64
TestCreateDelete
Function · 0.64
addImage
Function · 0.64
addSnapshot
Function · 0.64
addIngest
Function · 0.64
addLeaseSnapshot
Function · 0.64
addLeaseContent
Function · 0.64
addLeaseImage
Function · 0.64
addLeaseIngest
Function · 0.64
addContainer
Function · 0.64
TestMigrations
Function · 0.64