MCPcopy
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
2399func (s *pipelineState) HandleReadyForQuery() {
2400 s.expectedReadyForQueryCount--
2401}
2402
2403func (s *pipelineState) PendingSync() bool {
2404 var notPendingSync bool

Callers 1

getResultsSyncMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected