Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redux-zero/redux-zero
/ ReduxAction
Interface
ReduxAction
src/devtools/devtoolsMiddleware.ts:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
}
12
13
export
interface
ReduxAction {
14
type
: string;
15
args: any[];
16
}
17
18
export
interface
MessageState {
19
actionsById: {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected