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

Method postWebviewMessage

src/plotViewer/index.ts:758–760  ·  view source on GitHub ↗
(msg: InMessage)

Source from the content-addressed store, hash-verified

756 }
757
758 protected postWebviewMessage(msg: InMessage): void {
759 void this.webviewPanel?.webview.postMessage(msg);
760 }
761
762
763 // export plot

Callers 7

_focusPlotMethod · 0.95
_hidePlotMethod · 0.95
toggleStyleMethod · 0.95
toggleFullWindowMethod · 0.95
togglePreviewPlotsMethod · 0.95
updatePlotMethod · 0.95
addPlotMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected