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

Function register

dashboard/shell/src/main.jsx:45–48  ·  view source on GitHub ↗
(name, component)

Source from the content-addressed store, hash-verified

43window.__HERMES_PLUGIN_SDK__ = buildSDK();
44window.__HERMES_PLUGINS__ = {
45 register(name, component) {
46 registered.set(name, component);
47 notify();
48 },
49 registerSlot() {},
50};
51

Callers

nothing calls this directly

Calls 2

notifyFunction · 0.70
setMethod · 0.45

Tested by

no test coverage detected