MCPcopy Index your code
hub / github.com/microsoft/SandDance / postMessage

Method postMessage

extensions/common-frontend/src/interfaces.d.ts:12–12  ·  view source on GitHub ↗
(message: Message)

Source from the content-addressed store, hash-verified

10interface VsCode {
11 getState: () => any;
12 postMessage(message: Message);
13 setState: (state: any) => void;
14}
15

Callers 13

respondToRequestFunction · 0.65
activateFunction · 0.65
mountedMethod · 0.65
renderMethod · 0.65
sanddance-app.jsFile · 0.65
_onWorkerMessageFunction · 0.65
sendFunction · 0.65
initializeCanvasFunction · 0.65
sanddance.jsFile · 0.65
_onWorkerMessageFunction · 0.65
performWorkUntilDeadlineFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected