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

Function writeSuccessResponse

src/session.ts:735–737  ·  view source on GitHub ↗
(responseSessionDir: string)

Source from the content-addressed store, hash-verified

733}
734
735export async function writeSuccessResponse(responseSessionDir: string): Promise<void> {
736 await writeResponse({ result: true }, responseSessionDir);
737}
738
739type ISessionRequest = {
740 plot_url?: string,

Callers 1

dispatchRStudioAPICallFunction · 0.90

Calls 1

writeResponseFunction · 0.85

Tested by

no test coverage detected