MCPcopy
hub / github.com/claude-code-best/claude-code / entries

Method entries

src/utils/fileStateCache.ts:93–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91 }
92
93 entries(): Generator<[string, FileState]> {
94 return this.cache.entries()
95 }
96
97 dump(): ReturnType<LRUCache<string, FileState>['dump']> {
98 return this.cache.dump()

Callers 15

addPendingPairingFunction · 0.80
createWeixinMcpServerFunction · 0.80
sanitizeJsonSchemaFunction · 0.80
parseBindingsFunction · 0.80
useKeybindingsFunction · 0.80
createInstanceFunction · 0.80
commitUpdateFunction · 0.80
linkFunction · 0.80
mergePermissionResponseFunction · 0.80

Calls

no outgoing calls

Tested by 4

mainFunction · 0.64
mainFunction · 0.64
headersFunction · 0.64
runQueryModelFunction · 0.64