MCPcopy Index your code
hub / github.com/mailvelope/mailvelope / setWatchList

Method setWatchList

src/controller/app.controller.js:266–269  ·  view source on GitHub ↗
({data})

Source from the content-addressed store, hash-verified

264 }
265
266 async setWatchList({data}) {
267 await prefs.setWatchList(data);
268 initScriptInjection();
269 }
270
271 async deleteKeyring({keyringId}) {
272 if (keyringId === MAIN_KEYRING_ID) {

Callers

nothing calls this directly

Calls 1

initScriptInjectionFunction · 0.90

Tested by

no test coverage detected