clearPersistedSession function ✓ 100.0%
Last updated: 2026-03-05T11:49:57.418Z
Metrics
LOC: 7
Complexity: 2
Params: 0
Coverage: 100.0% (1/1 lines, 0x executed)
Signature
clearPersistedSession(): : void
Source Code
function clearPersistedSession(): void {
try {
sessionStorage.removeItem(RECORDING_SESSION_KEY);
} catch {
// ignore
}
}
No outgoing dependencies.
Impact (Incoming)
| Source | Type |
|---|---|
| stopRecording | calls |
| clearSession | calls |