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

Function error

deno/polyfills.js:130–135  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

128 }
129
130 function error(err) {
131 call(socket.events.error, err)
132 socket.raw
133 ? close()
134 : closed()
135 }
136
137 function call(xs, x) {
138 xs.slice().forEach(fn => fn(x))

Callers 1

successFunction · 0.70

Calls 3

callFunction · 0.70
closeFunction · 0.70
closedFunction · 0.70

Tested by

no test coverage detected