MCPcopy 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

executeFetchFunction · 0.70
evaluateQueriesFunction · 0.70
registerMutationsFunction · 0.70
fireMutationFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected