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

Function selectMapStateToProps

ui/src/components/common/Collection.jsx:207–213  ·  view source on GitHub ↗
(state, ownProps)

Source from the content-addressed store, hash-verified

205});
206
207const selectMapStateToProps = (state, ownProps) => {
208 const { query } = ownProps;
209 return {
210 query,
211 result: selectCollectionsResult(state, query),
212 };
213};
214
215class Collection {
216 static Label = CollectionLabel;

Callers

nothing calls this directly

Calls 1

selectCollectionsResultFunction · 0.90

Tested by

no test coverage detected