Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/violentmonkey/violentmonkey
/ SyncStart
Function
SyncStart
src/background/sync/index.js:33–36 ·
view source on GitHub ↗
(mode)
Source
from the content-addressed store, hash-verified
31
SyncRevoke: revoke,
32
SyncSetConfig: setConfig,
33
SyncStart(mode) {
34
setSyncOnceMode(mode || SYNC_MERGE);
35
sync();
36
},
37
});
38
39
function
reconfigure() {
Callers
nothing calls this directly
Calls
2
setSyncOnceMode
Function · 0.90
sync
Function · 0.90
Tested by
no test coverage detected