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

Method requestRunTextInTerm

src/liveShare/index.ts:297–301  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

295 // e.g.view, remove, clean
296 // * Permissions are handled host-side
297 public requestRunTextInTerm(text: string): void {
298 if (this._isStarted) {
299 void liveShareRequest(Callback.RequestRunTextInTerm, text);
300 }
301 }
302 // The session watcher relies on files for providing many functions to vscode-R.
303 // As LiveShare does not allow for exposing files outside a given workspace,
304 // the guest must rely on the host sending the content of a given file, in place

Callers 1

runTextInTermFunction · 0.80

Calls 1

liveShareRequestFunction · 0.90

Tested by

no test coverage detected