Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jackc/pgx
/ Close
Method
Close
pgxpool/rows.go:34–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
}
33
34
func
(rows *poolRows) Close() {
35
rows.r.Close()
36
if
rows.c != nil {
37
rows.c.Release()
38
rows.c = nil
39
}
40
}
41
42
func
(rows *poolRows) Err() error {
43
if
rows.err != nil {
Callers
3
Next
Method · 0.95
Scan
Method · 0.95
Values
Method · 0.95
Calls
2
Release
Method · 0.80
Close
Method · 0.65
Tested by
no test coverage detected