MCPcopy Index your code
hub / github.com/Vincit/objection.js / limit

Method limit

lib/queryBuilder/QueryBuilderBase.js:444–446  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

442 }
443
444 limit(...args) {
445 return this.addOperation(new KnexOperation('limit'), args);
446 }
447
448 count(...args) {
449 return this.addOperation(new SelectOperation('count'), args);

Callers 10

onAddMethod · 0.80
onBuildKnexMethod · 0.80
withGraph.jsFile · 0.80
find.jsFile · 0.80
jsonQueries.jsFile · 0.80
toKnexQuery.jsFile · 0.80
find-methods.tsFile · 0.80
other-methods.tsFile · 0.80
QueryBuilder.jsFile · 0.80

Calls 1

addOperationMethod · 0.80

Tested by

no test coverage detected