MCPcopy
hub / github.com/nilbuild/driver.js / emit

Function emit

src/emitter.ts:16–18  ·  view source on GitHub ↗
(hook: allowedEvents)

Source from the content-addressed store, hash-verified

14}
15
16export function emit(hook: allowedEvents) {
17 registeredListeners[hook]?.();
18}
19
20export function destroyEmitter() {
21 registeredListeners = {};

Callers 3

renderPopoverFunction · 0.90
mountOverlayFunction · 0.90
onKeyupFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…