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

Method notifyPlot

src/liveShare/index.ts:236–240  ·  view source on GitHub ↗
(file: string)

Source from the content-addressed store, hash-verified

234 }
235 }
236 public notifyPlot(file: string): void {
237 if (this._isStarted && shareWorkspace) {
238 void liveShareRequest(Callback.NotifyPlotUpdate, file);
239 }
240 }
241 public notifyGuestPlotManager(url: string): void {
242 if (this._isStarted) {
243 void liveShareRequest(Callback.NotifyGuestPlotManager, url);

Callers 1

updatePlotFunction · 0.80

Calls 1

liveShareRequestFunction · 0.90

Tested by

no test coverage detected