Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/darkreader/darkreader
/ saveState
Method
saveState
src/utils/state-manager.ts:34–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
}
33
34
async
saveState(): Promise<void> {
35
if
(this.stateManager) {
36
return
this.stateManager.saveState();
37
}
38
}
39
40
async
loadState(): Promise<void> {
41
if
(this.stateManager) {
Callers
10
updateNews
Method · 0.45
markAsRead
Method · 0.45
markAsDisplayed
Method · 0.45
init
Method · 0.45
removeFrame
Method · 0.45
cleanState
Method · 0.45
MV3syncSystemColorStateManager
Method · 0.45
Extension
Class · 0.45
onSettingsChanged
Method · 0.45
state-manager.tests.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected