Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
30
function
saveOnExit() {
31
saveOnDisk(Object.keys(storage));
32
}
33
34
/**
35
* Returns the storage as JSON.
Callers
3
deactivateOnFailure
Function · 0.85
setData
Function · 0.85
watchdog.js
File · 0.85
Calls
2
saveOnDisk
Function · 0.85
keys
Method · 0.45
Tested by
no test coverage detected