Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
function
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
autoSync
Function · 0.90
test
Method · 0.45
Tested by
no test coverage detected