MCPcopy 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
1594func (cn *conn) processReadyForQuery(r *readBuf) {
1595 cn.txnStatus = transactionStatus(r.byte())
1596}
1597
1598func (cn *conn) readReadyForQuery() error {
1599 t, r, err := cn.recv1()

Callers 9

prepareCopyInMethod · 0.95
simpleExecMethod · 0.95
simpleQueryMethod · 0.95
startupMethod · 0.95
readReadyForQueryMethod · 0.95
readExecuteResponseMethod · 0.95
resploopMethod · 0.80
NextMethod · 0.80
CloseMethod · 0.80

Calls 2

transactionStatusTypeAlias · 0.85
byteMethod · 0.45

Tested by

no test coverage detected