Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/djherbis/buffer
/ Put
Method
Put
pool_at.go:16–16 ·
view source on GitHub ↗
Allocate a BufferAt
(buf BufferAt)
Source
from the content-addressed store, hash-verified
14
type
PoolAt
interface
{
15
Get() (BufferAt, error)
// Allocate a BufferAt
16
Put(buf BufferAt) error
// Release or Reuse a BufferAt
17
}
18
19
type
poolAt
struct
{
Callers
2
TestPoolAt
Function · 0.95
Put
Method · 0.65
Implementers
4
poolAt
pool_at.go
filePoolAt
pool_at.go
pool
pool.go
filePool
pool.go
Calls
no outgoing calls
Tested by
1
TestPoolAt
Function · 0.76