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

Function dbSentry

src/background/sync/index.js:52–59  ·  view source on GitHub ↗
({ keys })

Source from the content-addressed store, hash-verified

50}
51
52function dbSentry({ keys }) {
53 for (const k of keys) {
54 if (keysToSyncRe.test(k)) {
55 autoSync();
56 break;
57 }
58 }
59}

Callers

nothing calls this directly

Calls 2

autoSyncFunction · 0.90
testMethod · 0.45

Tested by

no test coverage detected