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

Method has

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

Source from the content-addressed store, hash-verified

174 }
175
176 public has(filePath: string): boolean {
177 return this.store.has(filePath);
178 }
179
180 [Symbol.iterator]() {
181 return this.store[Symbol.iterator]();

Callers 8

checkClientMethod · 0.80
getMethod · 0.80
previewRmdMethod · 0.80
onRejectedMethod · 0.80
knitRmdMethod · 0.80
getHelpFileForPathMethod · 0.80
getPackagesMethod · 0.80
summarizeTopicsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected