()
| 176 | } |
| 177 | |
| 178 | async 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 | |
| 182 | function openSettings({keyringId, options}) { |
| 183 | return controllerPort.send('open-settings', {keyringId, options}); |
nothing calls this directly
no outgoing calls
no test coverage detected