Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
38
function
increment(index) {
39
return
{
type
: types.INCREMENT_COUNT, index };
40
}
41
42
function
decrement(index) {
43
return
{
type
: types.DECREMENT_COUNT, index };
Callers
1
incrementCount
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected