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

Method _hidePlot

src/plotViewer/index.ts:463–469  ·  view source on GitHub ↗
(id: HttpgdPlotId)

Source from the content-addressed store, hash-verified

461 this._hidePlot(id);
462 }
463 protected _hidePlot(id: HttpgdPlotId): void {
464 const msg: HidePlotMessage = {
465 message: 'hidePlot',
466 plotId: id
467 };
468 this.postWebviewMessage(msg);
469 }
470
471 public async closePlot(id?: HttpgdPlotId): Promise<void> {
472 id ??= this.activePlot;

Callers 1

hidePlotMethod · 0.95

Calls 1

postWebviewMessageMethod · 0.95

Tested by

no test coverage detected