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

Function onUpdated

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

Source from the content-addressed store, hash-verified

33}
34
35function onUpdated() {
36 events.fire('change', state);
37}
38
39export function resetSyncState() {
40 state = defaultSyncState();

Callers 2

resetSyncStateFunction · 0.85
setSyncStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected