Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sirupsen/logrus
/ defaultPool
Struct
defaultPool
buffer_pool.go:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
type
defaultPool
struct
{
18
pool *sync.Pool
19
}
20
21
func
(p *defaultPool) Put(buf *bytes.Buffer) {
22
p.pool.Put(buf)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected