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

Function getVisibility

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

Source from the content-addressed store, hash-verified

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

Callers 1

app.jsxFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected