MCPcopy
hub / github.com/dosco/graphjin / Close

Method Close

wasm/db.go:40–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38}
39
40func (r *Rows) Close() error {
41 rowsPool.Put(r)
42 return nil
43}
44
45func (r *Rows) Next(dest []driver.Value) error {
46 if r.useArray {

Callers 2

executeMethod · 0.95
subCheckUpdatesMethod · 0.95

Calls 1

PutMethod · 0.65

Tested by

no test coverage detected