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

Method notifyGuestPlotManager

src/liveShare/index.ts:241–245  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

239 }
240 }
241 public notifyGuestPlotManager(url: string): void {
242 if (this._isStarted) {
243 void liveShareRequest(Callback.NotifyGuestPlotManager, url);
244 }
245 }
246 public orderGuestDetach(): void {
247 if (this._isStarted) {
248 void liveShareRequest(Callback.OrderDetach);

Callers

nothing calls this directly

Calls 1

liveShareRequestFunction · 0.90

Tested by

no test coverage detected