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

Function alertsQuery

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

Source from the content-addressed store, hash-verified

5}
6
7export function alertsQuery(location) {
8 return Query.fromLocation('alerts', location, {}, 'alerts').limit(
9 Query.MAX_LIMIT
10 );
11}
12
13export function entitiesQuery(location) {
14 // We normally only want Things, not Intervals (relations between things).

Callers 2

mapStateToPropsFunction · 0.90
mapStateToPropsFunction · 0.90

Calls 2

limitMethod · 0.80
fromLocationMethod · 0.80

Tested by

no test coverage detected