Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
42
function
decrement(index) {
43
return
{
type
: types.DECREMENT_COUNT, index };
44
}
45
46
function
destroy(index) {
47
return
{
type
: types.DESTROY_TOPIC, index };
Callers
1
decrementCount
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected