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

Function call

cjs/src/subscribe.js:138–140  ·  view source on GitHub ↗
(x, a, b)

Source from the content-addressed store, hash-verified

136 }
137
138 function call(x, a, b) {
139 subscribers.has(x) && subscribers.get(x).forEach(({ fn }) => fn(a, b, x))
140 }
141}
142
143function Time(x) {

Callers 1

handleFunction · 0.70

Calls 1

forEachMethod · 0.65

Tested by

no test coverage detected