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

Function settingsContainer

src/content-scripts/clientAPI.js:178–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

176}
177
178async function settingsContainer() {
179 throw new MvError('The settings container has been deprecated. Use keyring.openSettings() instead to open the settings in a new browser tab.', 'FEATURE_DEPRECATED');
180}
181
182function openSettings({keyringId, options}) {
183 return controllerPort.send('open-settings', {keyringId, options});

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected