Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
290
const mapStateToProps = (state) => {
291
const status = selectSystemStatus(state);
292
return { result: status };
293
};
294
295
export default compose(
296
withRouter,
Callers
nothing calls this directly
Calls
1
selectSystemStatus
Function · 0.90
Tested by
no test coverage detected