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

Function _add

code/redux/public/app.js:21827–21829  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21825var CHANGE_VISIBILITY = 'CHANGE_VISIBILITY';
21826
21827var _add = function _add() {
21828 return { type: ADD };
21829};
21830var _subtract = function _subtract() {
21831 return { type: SUBTRACT };
21832};

Callers 1

app.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected