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