MCPcopy
hub / github.com/bestony/logoly / loadGeneratorState

Function loadGeneratorState

src/utils/persistentState.js:117–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115}
116
117export function loadGeneratorState() {
118 return {
119 ...readFromStorage(),
120 ...readFromQuery()
121 };
122}
123
124export function saveGeneratorState(state) {
125 const normalized = {};

Callers 2

useGeneratorControlsFunction · 0.90

Calls 2

readFromStorageFunction · 0.85
readFromQueryFunction · 0.85

Tested by

no test coverage detected