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