Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CopyTranslator/CopyTranslator
/ loadInitialState
Method
loadInitialState
src/store/plugins/init-state.ts:26–28 ·
view source on GitHub ↗
(state: any)
Source
from the content-addressed store, hash-verified
24
}
25
26
private loadInitialState(state: any) {
27
VueMerge(this.store.state, state);
28
}
29
}
30
31
export
function
initState(store: any) {
Callers
1
constructor
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected