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

Method Get

IceFireDB-SQLProxy/pkg/mysql/packet/conn.go:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37}
38
39func (b *BufPool) Get() *bytes.Buffer {
40 return b.pool.Get().(*bytes.Buffer)
41}
42
43func (b *BufPool) Return(buf *bytes.Buffer) {
44 buf.Reset()

Callers 4

BytesBufferGetFunction · 0.45
ByteSliceGetFunction · 0.45
NewResultsetFunction · 0.45
ClosedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected