hasSessionStorage function infrastructure ✓ 100.0%
Last updated: 2026-03-01T23:25:47.125Z
Location
Metrics
LOC: 7
Complexity: 3
Params: 0
Coverage: 100.0% (1/1 lines, 49x executed)
Signature
hasSessionStorage(): : boolean
Source Code
function hasSessionStorage(): boolean {
return (
typeof chrome !== "undefined" &&
!!chrome.storage &&
!!chrome.storage.session
);
}
No outgoing dependencies.
Impact (Incoming)
| Source | Type |
|---|---|
| initLogStore | calls |
| loadLogEntries | calls |
| clearLogEntries | calls |
| flushToStorage | calls |