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