Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/djherbis/buffer
/ Get
Method
Get
pool_at.go:36–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
}
35
36
func
(p *poolAt) Get() (BufferAt, error) {
37
return
p.poolAt.Get().(BufferAt), nil
38
}
39
40
func
(p *poolAt) Put(buf BufferAt) error {
41
buf.Reset()
Callers
nothing calls this directly
Calls
1
Get
Method · 0.65
Tested by
no test coverage detected