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

Method get

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

Source from the content-addressed store, hash-verified

161 }
162
163 public get(filePath: string): RMarkdownPreview | undefined {
164 return this.store.get(filePath);
165 }
166
167 public getFilePath(preview: RMarkdownPreview): string | undefined {
168 for (const _preview of this.store) {

Callers 15

showViewerMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
getHtmlContentMethod · 0.45
deleteMethod · 0.45
previewRmdMethod · 0.45
callbackMethod · 0.45
constructorMethod · 0.45
renderDocumentMethod · 0.45
getKnitCommandMethod · 0.45
knitRmdMethod · 0.45
getCodeLensesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected