MCPcopy
hub / github.com/reduxjs/redux / getState

Method getState

src/types/store.ts:119–119  ·  view source on GitHub ↗

* Reads the state tree managed by the store. * * @returns The current state tree of your application.

()

Source from the content-addressed store, hash-verified

117 * @returns The current state tree of your application.
118 */
119 getState(): S & StateExt
120
121 /**
122 * Adds a change listener. It will be called any time an action is

Callers 13

store.tsFile · 0.65
customMiddlewareFunction · 0.65
stateExtensionFunction · 0.65
extraMethodsFunction · 0.65
replaceReducerExtenderFunction · 0.65
finalHelmersonExampleFunction · 0.65
handleRenderFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected