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

Method goForward

src/helpViewer/panel.ts:224–228  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

222 }
223 }
224 public async goForward(): Promise<void> {
225 const scrollY = await this.getScrollY();
226 this._goForward(scrollY);
227
228 }
229 private _goForward(currentScrollY = 0): void {
230 const entry = this.forwardHistory.pop();
231 if (entry) {

Callers 1

initializeHelpFunction · 0.80

Calls 2

getScrollYMethod · 0.95
_goForwardMethod · 0.95

Tested by

no test coverage detected