Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/violentmonkey/violentmonkey
/ writeOptions
Function
writeOptions
src/background/utils/options.js:128–130 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
126
}
127
128
function
writeOptions() {
129
return
storage.base.setOne(kOptions, options);
130
}
131
132
function
omitDefaultValue(key) {
133
return
deepEqual(options[key], defaults[key])
Callers
nothing calls this directly
Calls
1
setOne
Method · 0.80
Tested by
no test coverage detected