MCPcopy
hub / github.com/redux-loop/redux-loop / simulate

Method simulate

index.d.ts:85–85  ·  view source on GitHub ↗
(simulations?: CmdSimulation | MultiCmdSimulation)

Source from the content-addressed store, hash-verified

83 readonly nestedCmd: CmdType;
84 readonly args: any[];
85 simulate(simulations?: CmdSimulation | MultiCmdSimulation): A[] | A | null;
86}
87
88export interface RunCmd<

Callers 5

cmd.spec.jsFile · 0.65
loopReducer.tsFile · 0.65
simulateDelayFunction · 0.65
simulateListFunction · 0.65
simulateMapFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected