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

Function selectStatistics

ui/src/selectors.js:189–191  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

187}
188
189export function selectStatistics(state) {
190 return selectObject(state, state, 'statistics');
191}
192
193export function selectSystemStatus(state) {
194 return selectObject(state, state, 'systemStatus');

Callers 1

mapStateToPropsFunction · 0.90

Calls 1

selectObjectFunction · 0.85

Tested by

no test coverage detected