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

Function call

deno/polyfills.js:137–139  ·  view source on GitHub ↗
(xs, x)

Source from the content-addressed store, hash-verified

135 }
136
137 function call(xs, x) {
138 xs.slice().forEach(fn => fn(x))
139 }
140}
141
142export const net = {

Callers 5

createSocketFunction · 0.70
successFunction · 0.70
closeFunction · 0.70
closedFunction · 0.70
errorFunction · 0.70

Calls 1

forEachMethod · 0.65

Tested by

no test coverage detected