Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
143
function
Time(x) {
Callers
1
handle
Function · 0.70
Calls
1
forEach
Method · 0.65
Tested by
no test coverage detected