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

Function mapStateToProps

ui/src/components/EntitySearch/EntitySearch.jsx:103–107  ·  view source on GitHub ↗
(state, ownProps)

Source from the content-addressed store, hash-verified

101 }
102}
103const mapStateToProps = (state, ownProps) => {
104 const { query } = ownProps;
105 const result = selectEntitiesResult(state, query);
106 return { query, result };
107};
108
109export default compose(
110 withRouter,

Callers

nothing calls this directly

Calls 1

selectEntitiesResultFunction · 0.90

Tested by

no test coverage detected