MCPcopy Create free account
hub / github.com/CloudBoost/cloudboost / setLimit

Method setLimit

sdk/src/CloudQuery.js:227–231  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

225
226 //Limit and skip
227 setLimit(data) {
228
229 this.limit = data;
230 return this;
231 };
232 setSkip(data) {
233 this.skip = data;
234 return this;

Callers 5

paginateMethod · 0.95
cloudboost.jsFile · 0.80
test.jsFile · 0.80
CloudGeoPoint.jsFile · 0.80
queryTest.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected