MCPcopy 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
128function writeOptions() {
129 return storage.base.setOne(kOptions, options);
130}
131
132function omitDefaultValue(key) {
133 return deepEqual(options[key], defaults[key])

Callers

nothing calls this directly

Calls 1

setOneMethod · 0.80

Tested by

no test coverage detected