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

Method Close

IceFireDB-SQLProxy/pkg/mysql/mysql/result.go:17–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15}
16
17func (r *Result) Close() {
18 if r.Resultset != nil {
19 r.Resultset.returnToPool()
20 r.Resultset = nil
21 }
22}

Callers

nothing calls this directly

Calls 1

returnToPoolMethod · 0.45

Tested by

no test coverage detected