Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/reduxjs/redux
/ increment
Function
increment
examples/universal/common/actions/index.js:10–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
})
9
10
export
const
increment = () => ({
11
type
: INCREMENT_COUNTER
12
})
13
14
export
const
decrement = () => ({
15
type
: DECREMENT_COUNTER
Callers
2
incrementIfOdd
Function · 0.70
incrementAsync
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…