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

Function groupsQuery

ui/src/queries.js:3–5  ·  view source on GitHub ↗
(location)

Source from the content-addressed store, hash-verified

1import Query from 'app/Query';
2
3export function groupsQuery(location) {
4 return Query.fromLocation('groups', location, {}, 'groups');
5}
6
7export function alertsQuery(location) {
8 return Query.fromLocation('alerts', location, {}, 'alerts').limit(

Callers 1

mapStateToPropsFunction · 0.90

Calls 1

fromLocationMethod · 0.80

Tested by

no test coverage detected