Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/violentmonkey/violentmonkey
/ getService
Function
getService
src/background/sync/base.js:647–649 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
645
return
syncConfig.get(
'current'
);
646
}
647
function
getService(name) {
648
return
services[name || getCurrent()];
649
}
650
export
function
initialize() {
651
if
(!syncConfig) {
652
syncConfig = initConfig();
Callers
6
sync
Function · 0.85
autoSync
Function · 0.85
authorize
Function · 0.85
revoke
Function · 0.85
setConfig
Function · 0.85
handler
Function · 0.85
Calls
1
getCurrent
Function · 0.85
Tested by
no test coverage detected