MCPcopy Create free account
hub / github.com/violentmonkey/violentmonkey / getKeys

Function getKeys

src/background/sync/base.js:118–122  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

116}
117function serviceConfig(name) {
118 function getKeys(key) {
119 const keys = normalizeKeys(key);
120 keys.unshift('services', name);
121 return keys;
122 }
123 function get(key, def) {
124 return syncConfig.get(getKeys(key), def);
125 }

Callers 3

getFunction · 0.85
setFunction · 0.85
clearFunction · 0.85

Calls 1

normalizeKeysFunction · 0.90

Tested by

no test coverage detected