MCPcopy Create free account
hub / github.com/alephdata/aleph / mapStateToProps

Function mapStateToProps

ui/src/screens/SystemStatusScreen/SystemStatusScreen.jsx:290–293  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

288}
289
290const mapStateToProps = (state) => {
291 const status = selectSystemStatus(state);
292 return { result: status };
293};
294
295export default compose(
296 withRouter,

Callers

nothing calls this directly

Calls 1

selectSystemStatusFunction · 0.90

Tested by

no test coverage detected