Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jackc/pgx
/ errRows
Struct
errRows
pgxpool/rows.go:8–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
)
7
8
type
errRows
struct
{
9
err error
10
}
11
12
func
(errRows) Close() {}
13
func
(e errRows) Err() error {
return
e.err }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected