Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
function
onUpdated() {
36
events.fire(
'change'
, state);
37
}
38
39
export
function
resetSyncState() {
40
state = defaultSyncState();
Callers
2
resetSyncState
Function · 0.85
setSyncState
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected