MCPcopy Create free account
hub / github.com/porsager/postgres / errored

Function errored

cf/src/connection.js:392–396  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

390 }
391
392 function errored(err) {
393 stream && (stream.destroy(err), stream = null)
394 query && queryError(query, err)
395 initial && (queryError(initial, err), initial = null)
396 }
397
398 function queryError(query, err) {
399 if (query.reserve)

Callers 10

executeFunction · 0.70
connectTimedOutFunction · 0.70
dataFunction · 0.70
errorFunction · 0.70
ReadyForQueryFunction · 0.70
CommandCompleteFunction · 0.70
SASLFinalFunction · 0.70
ErrorResponseFunction · 0.70
FunctionCallResponseFunction · 0.70
NegotiateProtocolVersionFunction · 0.70

Calls 1

queryErrorFunction · 0.70

Tested by

no test coverage detected