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

Function isCmd

src/cmd.js:17–19  ·  view source on GitHub ↗
(object)

Source from the content-addressed store, hash-verified

15};
16
17export function isCmd(object) {
18 return object ? !!object[isCmdSymbol] : false;
19}
20
21function getMappedCmdArgs(args = [], dispatch, getState) {
22 return args.map((arg) => {

Callers 5

cmd.spec.jsFile · 0.90
isLoopFunction · 0.90
loopFunction · 0.90
delayFunction · 0.85
mapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected