MCPcopy
hub / github.com/darkreader/darkreader / saveUserSettings

Method saveUserSettings

src/background/extension.ts:787–790  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

785 // User settings
786
787 private static async saveUserSettings() {
788 await UserStorage.saveSettings();
789 logInfo('saved', UserStorage.settings);
790 }
791}

Callers 1

onSettingsChangedMethod · 0.80

Calls 2

logInfoFunction · 0.90
saveSettingsMethod · 0.80

Tested by

no test coverage detected