MCPcopy Index your code
hub / github.com/codeaashu/claude-code / clearSessionMessagesCache

Function clearSessionMessagesCache

src/utils/sessionStorage.ts:3854–3856  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3852 * Call after compaction when old message UUIDs are no longer valid.
3853 */
3854export function clearSessionMessagesCache(): void {
3855 getSessionMessages.cache.clear?.()
3856}
3857
3858/**
3859 * Check if a message UUID exists in the session storage

Callers 1

runPostCompactCleanupFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected