Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
onAdd
Method · 0.80
onBuildKnex
Method · 0.80
withGraph.js
File · 0.80
find.js
File · 0.80
jsonQueries.js
File · 0.80
toKnexQuery.js
File · 0.80
find-methods.ts
File · 0.80
mutating-methods.ts
File · 0.80
other-methods.ts
File · 0.80
QueryBuilder.js
File · 0.80
Calls
1
addOperation
Method · 0.80
Tested by
no test coverage detected