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

Method limit

ui/src/app/Query.js:186–188  ·  view source on GitHub ↗
(count)

Source from the content-addressed store, hash-verified

184 }
185
186 limit(count) {
187 return this.set('limit', `${count}`);
188 }
189
190 offset(count) {
191 return this.set('offset', `${count}`);

Callers 14

__init__Method · 0.80
alertsQueryFunction · 0.80
entitySetEntitiesQueryFunction · 0.80
entitySetItemsQueryFunction · 0.80
entityExpandQueryFunction · 0.80
profileExpandQueryFunction · 0.80
mapStateToPropsFunction · 0.80
mapStateToPropsFunction · 0.80
mapStateToPropsFunction · 0.80
goToEntitySearchMethod · 0.80
mapStateToPropsFunction · 0.80

Calls 1

setMethod · 0.95

Tested by

no test coverage detected