MCPcopy
hub / github.com/coder/mux / onEvent

Function onEvent

src/node/orpc/router.ts:1577–1579  ·  view source on GitHub ↗
(event: DevToolsEvent)

Source from the content-addressed store, hash-verified

1575
1576 const eventName = `update:${input.workspaceId}`;
1577 const onEvent = (event: DevToolsEvent) => {
1578 push(event);
1579 };
1580
1581 service.on(eventName, onEvent);
1582

Callers

nothing calls this directly

Calls 1

pushFunction · 0.70

Tested by

no test coverage detected