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

Function add

packages/dva-core/test/repalceModel.test.js:22–24  ·  view source on GitHub ↗
(state, { payload })

Source from the content-addressed store, hash-verified

20 state: [],
21 reducers: {
22 add(state, { payload }) {
23 return [...state, payload];
24 },
25 },
26 });
27

Callers

nothing calls this directly

Calls 1

putFunction · 0.85

Tested by

no test coverage detected