MCPcopy
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

putFunction · 0.85
delayFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…