MCPcopy Create free account
hub / github.com/mailvelope/mailvelope / init

Function init

src/modules/prefs.js:14–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12let watchListBuffer = null;
13
14export async function init() {
15 const preferences = await getPreferences();
16 prefs = preferences;
17 return preferences;
18}
19
20/**
21 * Update preferences

Callers

nothing calls this directly

Calls 1

getPreferencesFunction · 0.85

Tested by

no test coverage detected