Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jackc/pgx
/ RawValues
Method
RawValues
pgxpool/rows.go:85–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
}
84
85
func
(rows *poolRows) RawValues() [][]byte {
86
return
rows.r.RawValues()
87
}
88
89
func
(rows *poolRows) Conn() *pgx.Conn {
90
return
rows.r.Conn()
Callers
nothing calls this directly
Calls
1
RawValues
Method · 0.65
Tested by
no test coverage detected