MCPcopy Create free account
hub / github.com/violentmonkey/violentmonkey / authorize

Function authorize

src/background/sync/base.js:679–682  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

677}
678
679export function authorize() {
680 const service = getService();
681 if (service) service.authorize();
682}
683
684export function revoke() {
685 const service = getService();

Callers

nothing calls this directly

Calls 1

getServiceFunction · 0.85

Tested by

no test coverage detected