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

Function mapStateToProps

ui/src/components/MappingIndex/MappingIndex.jsx:68–71  ·  view source on GitHub ↗
(state, ownProps)

Source from the content-addressed store, hash-verified

66}
67
68const mapStateToProps = (state, ownProps) => {
69 const { query } = ownProps;
70 return { query, result: selectMappingsResult(state, query) };
71};
72
73export default compose(
74 withRouter,

Callers

nothing calls this directly

Calls 1

selectMappingsResultFunction · 0.90

Tested by

no test coverage detected