Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jackc/pgx
/ Conn
Method
Conn
pgxpool/tx.go:81–83 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
79
}
80
81
func
(tx *Tx) Conn() *pgx.Conn {
82
return
tx.t.Conn()
83
}
Callers
nothing calls this directly
Implementers
3
dbTx
tx.go
dbSimulatedNestedTx
tx.go
Tx
pgxpool/tx.go
Calls
1
Conn
Method · 0.65
Tested by
no test coverage detected