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

Function decrement

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

Source from the content-addressed store, hash-verified

40}
41
42function decrement(index) {
43 return { type: types.DECREMENT_COUNT, index };
44}
45
46function destroy(index) {
47 return { type: types.DESTROY_TOPIC, index };

Callers 1

decrementCountFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected