MCPcopy 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
39function reconfigure() {

Callers

nothing calls this directly

Calls 2

setSyncOnceModeFunction · 0.90
syncFunction · 0.90

Tested by

no test coverage detected