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

Method key

src/shared/utils/document_cache.ts:51–53  ·  view source on GitHub ↗
(uri: URI)

Source from the content-addressed store, hash-verified

49 }
50
51 private key(uri: URI): string {
52 return uriComparisonString(uri);
53 }
54}

Callers 4

getMethod · 0.95
setMethod · 0.95
hasMethod · 0.95
deleteMethod · 0.95

Calls 1

uriComparisonStringFunction · 0.90

Tested by

no test coverage detected