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

Method refresh

src/helpViewer/helpProvider.ts:36–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 }
35
36 public async refresh(): Promise<void> {
37 this.cp.dispose();
38 this.cp = this.launchRHelpServer();
39 await this.cp.port;
40 }
41
42 public launchRHelpServer(): ChildProcessWithPort{
43 const lim = '---vsc---';

Callers

nothing calls this directly

Calls 2

launchRHelpServerMethod · 0.95
disposeMethod · 0.65

Tested by

no test coverage detected