Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jackc/pgx
/ errRow
Struct
errRow
pgxpool/rows.go:22–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
func
(e errRows) Conn() *pgx.Conn {
return
nil }
21
22
type
errRow
struct
{
23
err error
24
}
25
26
func
(e errRow) Scan(dest ...any) error {
return
e.err }
27
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected