MCPcopy Index your code
hub / github.com/Noumena-Network/code / clearSessionMessagesCache

Function clearSessionMessagesCache

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

Source from the content-addressed store, hash-verified

4073 * Call after compaction when old message UUIDs are no longer valid.
4074 */
4075export function clearSessionMessagesCache(): void {
4076 getSessionMessages.cache.clear?.()
4077}
4078
4079/**
4080 * Check if a message UUID exists in the session storage

Callers 4

recordTranscriptFullFunction · 0.85
recordTranscriptFunction · 0.85
runPostCompactCleanupFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected