Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
onSettingsChanged
Method · 0.80
Calls
2
logInfo
Function · 0.90
saveSettings
Method · 0.80
Tested by
no test coverage detected