Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/violentmonkey/violentmonkey
/ state-machine.js
File
state-machine.js
src/background/sync/state-machine.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ getEventEmitter } from
'../utils'
;
2
3
export
const
SYNC_IDLE = 1;
4
export
const
SYNC_UNAUTHORIZED = 2;
Callers
nothing calls this directly
Calls
2
getEventEmitter
Function · 0.90
defaultSyncState
Function · 0.85
Tested by
no test coverage detected