Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jackc/pgx
/ Conn
Method
Conn
pgxpool/conn.go:119–121 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
117
}
118
119
func
(c *Conn) Conn() *pgx.Conn {
120
return
c.connResource().conn
121
}
122
123
func
(c *Conn) connResource() *connResource {
124
return
c.res.Value()
Callers
10
Release
Method · 0.95
Hijack
Method · 0.95
Exec
Method · 0.95
Query
Method · 0.95
QueryRow
Method · 0.95
SendBatch
Method · 0.95
CopyFrom
Method · 0.95
Begin
Method · 0.95
BeginTx
Method · 0.95
Ping
Method · 0.95
Calls
1
connResource
Method · 0.95
Tested by
no test coverage detected