Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dvajs/dva
/ addRemote
Function
addRemote
packages/dva-core/test/effects.test.js:465–468 ·
view source on GitHub ↗
(action, { put })
Source
from the content-addressed store, hash-verified
463
},
464
effects: {
465
*addRemote(action, { put }) {
466
yield delay(100);
467
yield put({
type
:
'add'
});
468
},
469
},
470
});
471
Callers
nothing calls this directly
Calls
2
put
Function · 0.85
delay
Function · 0.70
Tested by
no test coverage detected