MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / notify

Function notify

dashboard/shell/src/main.jsx:32–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30let registrySnapshot = 0;
31
32function notify() {
33 registrySnapshot += 1;
34 for (const fn of listeners) {
35 try {
36 fn();
37 } catch {
38 /* ignore */
39 }
40 }
41}
42
43window.__HERMES_PLUGIN_SDK__ = buildSDK();
44window.__HERMES_PLUGINS__ = {

Callers 1

registerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected