Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Noumena-Network/code
/ entries
Method
entries
src/utils/fileStateCache.ts:82–84 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
}
81
82
entries(): Generator<[string, FileState]> {
83
return
this.cache.entries()
84
}
85
86
dump(): ReturnType<LRUCache<string, FileState>[
'dump'
]> {
87
return
this.cache.dump()
Callers
15
logEntryToHistoryEntry
Function · 0.80
addToPromptHistory
Function · 0.80
getStoredSessionCosts
Function · 0.80
saveCurrentSessionCosts
Function · 0.80
formatModelUsage
Function · 0.80
run
Function · 0.80
connectMcpBatch
Function · 0.80
parseDeniedAgents
Function · 0.80
probeReport
Function · 0.80
probeInventory
Function · 0.80
getToolNamesByTier
Function · 0.80
filterRulesByContentsMatchingInput
Function · 0.80
Calls
no outgoing calls
Tested by
8
parseDeniedAgents
Function · 0.64
probeReport
Function · 0.64
probeInventory
Function · 0.64
mergeObjects
Function · 0.64
probeToolNames
Function · 0.64
withEnv
Function · 0.64
withEnv
Function · 0.64
recordEligibilityCall
Function · 0.64