MCPcopy
hub / github.com/Vincit/objection.js / orderBy

Method orderBy

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

Source from the content-addressed store, hash-verified

326 }
327
328 orderBy(...args) {
329 return this.addOperation(new KnexOperation('orderBy'), args);
330 }
331
332 orderByRaw(...args) {
333 return this.addOperation(new KnexOperation('orderByRaw'), args);

Callers 15

unrelate.jsFile · 0.80
withGraph.jsFile · 0.80
onlyFirstFunction · 0.80
onBuildFunction · 0.80
relationModify.jsFile · 0.80
transactions.jsFile · 0.80
find.jsFile · 0.80
jsonQueries.jsFile · 0.80
queryContext.jsFile · 0.80
compositeKeys.jsFile · 0.80
delete.jsFile · 0.80
knexSnakeCase.jsFile · 0.80

Calls 1

addOperationMethod · 0.80

Tested by

no test coverage detected