Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
checkClient
Method · 0.80
get
Method · 0.80
previewRmd
Method · 0.80
onRejected
Method · 0.80
knitRmd
Method · 0.80
getHelpFileForPath
Method · 0.80
getPackages
Method · 0.80
summarizeTopics
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected