MCPcopy 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}
647function getService(name) {
648 return services[name || getCurrent()];
649}
650export function initialize() {
651 if (!syncConfig) {
652 syncConfig = initConfig();

Callers 6

syncFunction · 0.85
autoSyncFunction · 0.85
authorizeFunction · 0.85
revokeFunction · 0.85
setConfigFunction · 0.85
handlerFunction · 0.85

Calls 1

getCurrentFunction · 0.85

Tested by

no test coverage detected