MCPcopy Create free account
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

getSegmentMatchesMethod · 0.80
wordsMatchingNameMethod · 0.80
walkFunction · 0.80
isConfigLeafNodeFunction · 0.80
validateProjectPathFunction · 0.80
sizeOfFunction · 0.80
delegateScriptTagMethod · 0.80
walkFunction · 0.80
scanDirectoryWalkFunction · 0.80
flushOrderedMethod · 0.80
storeExtractionResultMethod · 0.80

Calls

no outgoing calls

Tested by 6

makeContextFunction · 0.64
probesFunction · 0.64
depsFunction · 0.64
bundleExistsFunction · 0.64
makeContextFunction · 0.64
scoreFindRelevantContextFunction · 0.64