Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
40
func
(r *Rows) Close() error {
41
rowsPool.Put(r)
42
return
nil
43
}
44
45
func
(r *Rows) Next(dest []driver.Value) error {
46
if
r.useArray {
Callers
2
execute
Method · 0.95
subCheckUpdates
Method · 0.95
Calls
1
Put
Method · 0.65
Tested by
no test coverage detected