Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redux-zero/redux-zero
/ getState
Function
getState
src/store/createStore.ts:39–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
};
38
},
39
getState() {
40
return
state;
41
},
42
reset() {
43
state = initialState;
44
dispatchListeners();
Callers
2
increment
Function · 0.85
increment
Function · 0.85
Calls
no outgoing calls
Tested by
2
increment
Function · 0.68
increment
Function · 0.68