Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jackc/pgx
/ HandleReadyForQuery
Method
HandleReadyForQuery
pgconn/pgconn.go:2399–2401 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2397
}
2398
2399
func
(s *pipelineState) HandleReadyForQuery() {
2400
s.expectedReadyForQueryCount--
2401
}
2402
2403
func
(s *pipelineState) PendingSync() bool {
2404
var
notPendingSync bool
Callers
1
getResultsSync
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected