MCPcopy Index your code
hub / github.com/reactGo/reactGo / increment

Function increment

app/actions/topics.js:38–40  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

36}
37
38function increment(index) {
39 return { type: types.INCREMENT_COUNT, index };
40}
41
42function decrement(index) {
43 return { type: types.DECREMENT_COUNT, index };

Callers 1

incrementCountFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected