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

Method onIncrement

app/containers/Vote.jsx:27–30  ·  view source on GitHub ↗
(id, index)

Source from the content-addressed store, hash-verified

25 }
26
27 onIncrement(id, index) {
28 const { dispatch } = this.props;
29 dispatch(incrementCount(id, index));
30 }
31
32 onDecrement(id, index) {
33 const { dispatch } = this.props;

Callers

nothing calls this directly

Calls 1

incrementCountFunction · 0.90

Tested by

no test coverage detected