Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/darkreader/darkreader
/ loadState
Method
loadState
src/utils/state-manager.ts:40–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
}
39
40
async
loadState(): Promise<void> {
41
if
(this.stateManager) {
42
return
this.stateManager.loadState();
43
}
44
}
45
}
Callers
8
getLatest
Method · 0.45
init
Method · 0.45
removeFrame
Method · 0.45
cleanState
Method · 0.45
MV3syncSystemColorStateManager
Method · 0.45
Extension
Class · 0.45
loadData
Method · 0.45
state-manager.tests.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected