Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
17
export
function
isCmd(object) {
18
return
object ? !!object[isCmdSymbol] : false;
19
}
20
21
function
getMappedCmdArgs(args = [], dispatch, getState) {
22
return
args.map((arg) => {
Callers
5
cmd.spec.js
File · 0.90
isLoop
Function · 0.90
loop
Function · 0.90
delay
Function · 0.85
map
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected