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

Function retry

deno/src/connection.js:824–828  ·  view source on GitHub ↗
(q, error)

Source from the content-addressed store, hash-verified

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

Callers 1

ReadyForQueryFunction · 0.70

Calls 1

executeFunction · 0.70

Tested by

no test coverage detected