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

Function changeVisibility

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

Source from the content-addressed store, hash-verified

13const add = () => ({ type: ADD });
14const subtract = () => ({ type: SUBTRACT });
15const changeVisibility = visible => ({ type: CHANGE_VISIBILITY, visible });
16
17// Reducers
18

Callers 3

VisibilityFunction · 0.85
VisibilityFunction · 0.85
app.jsxFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected