MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / getCounterValue

Function getCounterValue

code/redux/src/app.jsx:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45// Selectors
46
47const getCounterValue = state => state.counter.value;
48const getVisibility = state => state.visible;
49
50// Store creation

Callers 1

app.jsxFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected