MCPcopy Create free account
hub / github.com/RioArisk/claudecode_api_RemoteControl / buildCacheKey

Function buildCacheKey

app/src/modules/chat-cache.js:76–78  ·  view source on GitHub ↗
(addr, sessionId)

Source from the content-addressed store, hash-verified

74}
75
76export function buildCacheKey(addr, sessionId) {
77 return `${addr}::${sessionId}`;
78}
79
80export function estimateCacheBytes(record) {
81 const payload = JSON.stringify({

Callers 2

restoreSessionCacheFunction · 0.90
persistSessionCacheFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected