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

Function saveOnExit

core_js/storage.js:30–32  ·  view source on GitHub ↗

* Writes the storage variable to the disk.

()

Source from the content-addressed store, hash-verified

28 * Writes the storage variable to the disk.
29 */
30function saveOnExit() {
31 saveOnDisk(Object.keys(storage));
32}
33
34/**
35 * Returns the storage as JSON.

Callers 3

deactivateOnFailureFunction · 0.85
setDataFunction · 0.85
watchdog.jsFile · 0.85

Calls 2

saveOnDiskFunction · 0.85
keysMethod · 0.45

Tested by

no test coverage detected