Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redux-loop/redux-loop
/ cmd.spec.js
File
cmd.spec.js
test/cmd.spec.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
Cmd, { isCmd, executeCmd } from
'../src/cmd'
;
2
3
function
actionCreator1(val) {
4
return
{
type
:
'TYPE1'
, val };
Callers
nothing calls this directly
Calls
7
isCmd
Function · 0.90
executeCmd
Function · 0.90
actionCreator1
Function · 0.85
actionCreator2
Function · 0.85
noArgTagger
Function · 0.85
argTagger
Function · 0.85
simulate
Method · 0.65
Tested by
no test coverage detected