Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
func
(b *BufPool) Get() *bytes.Buffer {
40
return
b.pool.Get().(*bytes.Buffer)
41
}
42
43
func
(b *BufPool) Return(buf *bytes.Buffer) {
44
buf.Reset()
Callers
4
BytesBufferGet
Function · 0.45
ByteSliceGet
Function · 0.45
NewResultset
Function · 0.45
Closed
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected