Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ returnToPool
Method
returnToPool
IceFireDB-SQLProxy/pkg/mysql/mysql/resultset.go:34–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
}
33
34
func
(r *Resultset) returnToPool() {
35
resultsetPool.Put(r)
36
}
37
38
func
(r *Resultset) Reset(fieldsCount int) {
39
r.RawPkg = r.RawPkg[:0]
Callers
1
Close
Method · 0.45
Calls
1
Put
Method · 0.45
Tested by
no test coverage detected