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

Method notifyRequest

src/liveShare/index.ts:230–235  ·  view source on GitHub ↗
(file: string, force: boolean = false)

Source from the content-addressed store, hash-verified

228 }
229 }
230 public notifyRequest(file: string, force: boolean = false): void {
231 if (this._isStarted && shareWorkspace) {
232 void liveShareRequest(Callback.NotifyRequestUpdate, file, force);
233 void this.notifyWorkspace(workspaceData);
234 }
235 }
236 public notifyPlot(file: string): void {
237 if (this._isStarted && shareWorkspace) {
238 void liveShareRequest(Callback.NotifyPlotUpdate, file);

Callers 4

attachActiveFunction · 0.80
updateRequestFunction · 0.80
toggleMethod · 0.80
shareCommands.tsFile · 0.80

Calls 2

notifyWorkspaceMethod · 0.95
liveShareRequestFunction · 0.90

Tested by

no test coverage detected