Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/lib/pq
/ processReadyForQuery
Method
processReadyForQuery
conn.go:1594–1596 ·
view source on GitHub ↗
(r *readBuf)
Source
from the content-addressed store, hash-verified
1592
}
1593
1594
func
(cn *conn) processReadyForQuery(r *readBuf) {
1595
cn.txnStatus = transactionStatus(r.byte())
1596
}
1597
1598
func
(cn *conn) readReadyForQuery() error {
1599
t, r, err := cn.recv1()
Callers
9
prepareCopyIn
Method · 0.95
simpleExec
Method · 0.95
simpleQuery
Method · 0.95
startup
Method · 0.95
readReadyForQuery
Method · 0.95
readExecuteResponse
Method · 0.95
resploop
Method · 0.80
Next
Method · 0.80
Close
Method · 0.80
Calls
2
transactionStatus
TypeAlias · 0.85
byte
Method · 0.45
Tested by
no test coverage detected