MCPcopy
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

incrementFunction · 0.85
incrementFunction · 0.85

Calls

no outgoing calls

Tested by 2

incrementFunction · 0.68
incrementFunction · 0.68