MCPcopy Create free account
hub / github.com/microsoft/AI-Engineering-Coach / dispatch

Function dispatch

src/webview/shared-progress.test.ts:26–28  ·  view source on GitHub ↗
(data: Record<string, unknown>)

Source from the content-addressed store, hash-verified

24});
25
26function dispatch(data: Record<string, unknown>): void {
27 window.dispatchEvent(new MessageEvent('message', { data }));
28}
29
30describe('initMessageListener progress forwarding', () => {
31 it('forwards telemetry alongside the rest of the progress payload', async () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected