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

Method toggleFullWindow

src/plotViewer/index.ts:488–495  ·  view source on GitHub ↗
(force?: boolean)

Source from the content-addressed store, hash-verified

486 }
487
488 public toggleFullWindow(force?: boolean): void {
489 this.fullWindow = force ?? !this.fullWindow;
490 const msg: ToggleFullWindowMessage = {
491 message: 'toggleFullWindow',
492 useFullWindow: this.fullWindow
493 };
494 this.postWebviewMessage(msg);
495 }
496
497 public togglePreviewPlots(force?: PreviewPlotLayout): void {
498 if (force) {

Callers 2

refreshHtmlMethod · 0.95
handleCommandMethod · 0.80

Calls 1

postWebviewMessageMethod · 0.95

Tested by

no test coverage detected