MCPcopy
hub / github.com/colbymchenry/codegraph / has

Method has

src/resolution/lru-cache.ts:42–44  ·  view source on GitHub ↗
(key: K)

Source from the content-addressed store, hash-verified

40 }
41
42 has(key: K): boolean {
43 return this.store.has(key);
44 }
45
46 set(key: K, value: V): void {
47 if (this.store.has(key)) {

Callers 15

walkFunction · 0.80
isConfigLeafNodeFunction · 0.80
validateProjectPathFunction · 0.80
sizeOfFunction · 0.80
walkFunction · 0.80
flushOrderedMethod · 0.80
storeExtractionResultMethod · 0.80
syncMethod · 0.80
getChangedFilesMethod · 0.80
extractComponentTagsMethod · 0.80
onMessageMethod · 0.80

Calls

no outgoing calls

Tested by 4

makeContextFunction · 0.64
bundleExistsFunction · 0.64
makeContextFunction · 0.64
scoreFindRelevantContextFunction · 0.64