MCPcopy Create free account
hub / github.com/REditorSupport/vscode-R / zoomIn

Method zoomIn

src/plotViewer/index.ts:521–524  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

519 }
520
521 public zoomIn(): void {
522 this.zoom += 0.1;
523 void this.resizePlot();
524 }
525
526
527 public async setContextValues(mightBeInBackground: boolean = false): Promise<void> {

Callers 1

handleCommandMethod · 0.80

Calls 1

resizePlotMethod · 0.95

Tested by

no test coverage detected