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

Method onRejected

src/rmarkdown/preview.ts:348–352  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

346 };
347
348 const onRejected = (filePath: string) => {
349 if (this.previewStore.has(filePath)) {
350 this.previewStore.delete(filePath);
351 }
352 };
353
354 if (knitWorkingDir && fileName) {
355 return await this.knitWithProgress(

Callers

nothing calls this directly

Calls 2

hasMethod · 0.80
deleteMethod · 0.80

Tested by

no test coverage detected