Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
walk
Function · 0.80
isConfigLeafNode
Function · 0.80
validateProjectPath
Function · 0.80
sizeOf
Function · 0.80
walk
Function · 0.80
flushOrdered
Method · 0.80
storeExtractionResult
Method · 0.80
sync
Method · 0.80
getChangedFiles
Method · 0.80
extractComponentTags
Method · 0.80
extractTemplateComponents
Method · 0.80
onMessage
Method · 0.80
Calls
no outgoing calls
Tested by
4
makeContext
Function · 0.64
bundleExists
Function · 0.64
makeContext
Function · 0.64
scoreFindRelevantContext
Function · 0.64