MCPcopy 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

logEntryToHistoryEntryFunction · 0.80
addToPromptHistoryFunction · 0.80
getStoredSessionCostsFunction · 0.80
saveCurrentSessionCostsFunction · 0.80
formatModelUsageFunction · 0.80
runFunction · 0.80
connectMcpBatchFunction · 0.80
parseDeniedAgentsFunction · 0.80
probeReportFunction · 0.80
probeInventoryFunction · 0.80
getToolNamesByTierFunction · 0.80

Calls

no outgoing calls

Tested by 8

parseDeniedAgentsFunction · 0.64
probeReportFunction · 0.64
probeInventoryFunction · 0.64
mergeObjectsFunction · 0.64
probeToolNamesFunction · 0.64
withEnvFunction · 0.64
withEnvFunction · 0.64
recordEligibilityCallFunction · 0.64