MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / BufPool

Struct BufPool

IceFireDB-SQLite/pkg/mysql/packet/conn.go:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23)
24
25type BufPool struct {
26 pool *sync.Pool
27}
28
29func NewBufPool() *BufPool {
30 return &BufPool{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected