MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / add

Function add

code/redux/src/app.jsx:13–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11const CHANGE_VISIBILITY = 'CHANGE_VISIBILITY';
12
13const add = () => ({ type: ADD });
14const subtract = () => ({ type: SUBTRACT });
15const changeVisibility = visible => ({ type: CHANGE_VISIBILITY, visible });
16

Callers 1

app.jsxFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected