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

Method values

src/shared/utils/document_cache.ts:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45 }
46
47 public values(): IterableIterator<T> {
48 return this.data.values();
49 }
50
51 private key(uri: URI): string {
52 return uriComparisonString(uri);

Callers 15

getRootsMethod · 0.80
getAllGroupsMethod · 0.80
getAllTestsMethod · 0.80
getEmulatorsMethod · 0.80
trackDocMethod · 0.80
disposeMethod · 0.80
isKnownPackageMethod · 0.80
resolvePackageUrisMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected