Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
type
BufPool
struct
{
26
pool *sync.Pool
27
}
28
29
func
NewBufPool() *BufPool {
30
return
&BufPool{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected