MCPcopy Index your code
hub / github.com/REditorSupport/vscode-R / VsCode

Interface VsCode

html/httpgd/webviewMessages.d.ts:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/* eslint-disable @typescript-eslint/no-explicit-any */
2
3interface VsCode {
4 postMessage: (msg: OutMessage) => void;
5 setState: (state: string) => void;
6}
7
8
9interface IMessage {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected