MCPcopy 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
34func (r *Resultset) returnToPool() {
35 resultsetPool.Put(r)
36}
37
38func (r *Resultset) Reset(fieldsCount int) {
39 r.RawPkg = r.RawPkg[:0]

Callers 1

CloseMethod · 0.45

Calls 1

PutMethod · 0.45

Tested by

no test coverage detected