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

Function resetSyncState

src/background/sync/state-machine.js:39–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37}
38
39export function resetSyncState() {
40 state = defaultSyncState();
41 onUpdated();
42}
43
44export function getSyncState() {
45 return state;

Callers 1

initializeFunction · 0.90

Calls 2

defaultSyncStateFunction · 0.85
onUpdatedFunction · 0.85

Tested by

no test coverage detected