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

Function postgres

cjs/src/errors.js:30–34  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

28}
29
30function postgres(x) {
31 const error = new PostgresError(x)
32 Error.captureStackTrace(error, postgres)
33 return error
34}
35
36function generic(code, message) {
37 const error = Object.assign(new Error(code + ': ' + message), { code })

Callers 2

SubscribeFunction · 0.70
index.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected