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

Function retry

cjs/src/connection.js:821–825  ·  view source on GitHub ↗
(q, error)

Source from the content-addressed store, hash-verified

819 }
820
821 function retry(q, error) {
822 delete statements[q.signature]
823 q.retried = error
824 execute(q)
825 }
826
827 function NotificationResponse(x) {
828 if (!onnotify)

Callers 1

ReadyForQueryFunction · 0.70

Calls 1

executeFunction · 0.70

Tested by

no test coverage detected