Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
117
export
function
loadGeneratorState() {
118
return
{
119
...readFromStorage(),
120
...readFromQuery()
121
};
122
}
123
124
export
function
saveGeneratorState(state) {
125
const
normalized = {};
Callers
2
useGeneratorControls
Function · 0.90
persistentState.test.js
File · 0.90
Calls
2
readFromStorage
Function · 0.85
readFromQuery
Function · 0.85
Tested by
no test coverage detected