MCPcopy
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
17type defaultPool struct {
18 pool *sync.Pool
19}
20
21func (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