MCPcopy Create free account
hub / github.com/djherbis/buffer / pool

Struct pool

pool.go:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19type pool struct {
20 pool sync.Pool
21}
22
23// NewPool returns a Pool(), it's backed by a sync.Pool so its safe for concurrent use.
24// Get() and Put() errors will always be nil.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected