Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/thesysdev/openui
/ notify
Function
notify
packages/lang-core/src/runtime/queryManager.ts:200–204 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
198
}
199
200
function
notify() {
201
for
(
const
listener of [...listeners]) {
202
listener();
203
}
204
}
205
206
// ── Fetch execution ──────────────────────────────────────────────────────
207
Callers
4
executeFetch
Function · 0.70
evaluateQueries
Function · 0.70
registerMutations
Function · 0.70
fireMutation
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected