MCPcopy Create free account
hub / github.com/Dart-Code/Dart-Code / hasForPath

Method hasForPath

src/shared/utils/document_cache.ts:27–29  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

25 }
26
27 public hasForPath(filePath: string): boolean {
28 return this.has(URI.file(filePath));
29 }
30
31 public delete(uri: URI): void {
32 this.data.delete(this.key(uri));

Callers

nothing calls this directly

Calls 1

hasMethod · 0.95

Tested by

no test coverage detected