MCPcopy
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

getLatestMethod · 0.45
initMethod · 0.45
removeFrameMethod · 0.45
cleanStateMethod · 0.45
ExtensionClass · 0.45
loadDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected