MCPcopy Create free account
hub / github.com/backnotprop/plannotator / postMessage

Function postMessage

apps/vscode-extension/src/panel-manager.test.ts:30–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 set html(v: string) { captured.html = v; },
29 onDidReceiveMessage() { return { dispose() {} }; },
30 postMessage() { return Promise.resolve(true); },
31 },
32 reveal() {},
33 dispose() { disposeListener?.(); },

Callers

nothing calls this directly

Calls 1

resolveMethod · 0.65

Tested by

no test coverage detected