MCPcopy Index your code
hub / github.com/ClearURLs/Addon / isStorageAvailable

Function isStorageAvailable

core_js/tools.js:311–313  ·  view source on GitHub ↗

* Checks if the storage is available.

()

Source from the content-addressed store, hash-verified

309 * Checks if the storage is available.
310 */
311function isStorageAvailable() {
312 return storage.ClearURLsData.length !== 0;
313}
314
315/**
316 * This method calculates the SHA-256 hash as HEX string of the given message.

Callers 1

watchdog.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected