MCPcopy
hub / github.com/dvajs/dva / addBoth

Function addBoth

packages/dva-core/test/model.test.js:89–92  ·  view source on GitHub ↗
(action, { put })

Source from the content-addressed store, hash-verified

87 },
88 effects: {
89 *addBoth(action, { put }) {
90 yield put({ type: 'a/add' });
91 yield put({ type: 'add' });
92 },
93 },
94 subscriptions: {
95 setup() {

Callers

nothing calls this directly

Calls 1

putFunction · 0.85

Tested by

no test coverage detected