Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
paginate
Method · 0.95
cloudboost.js
File · 0.80
test.js
File · 0.80
CloudGeoPoint.js
File · 0.80
queryTest.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected