MCPcopy 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

1import { getEventEmitter } from '../utils';
2
3export const SYNC_IDLE = 1;
4export const SYNC_UNAUTHORIZED = 2;

Callers

nothing calls this directly

Calls 2

getEventEmitterFunction · 0.90
defaultSyncStateFunction · 0.85

Tested by

no test coverage detected