MCPcopy
hub / github.com/redux-zero/redux-zero / MessageState

Interface MessageState

src/devtools/devtoolsMiddleware.ts:18–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18export interface MessageState {
19 actionsById: {
20 [index: string]: {
21 action: Action;
22 };
23 };
24 computedStates: Store;
25}
26
27export interface Message {
28 state: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected