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

Method min

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

Source from the content-addressed store, hash-verified

454 }
455
456 min(...args) {
457 return this.addOperation(new SelectOperation('min'), args);
458 }
459
460 max(...args) {
461 return this.addOperation(new SelectOperation('max'), args);

Callers 5

getConcurrencyMethod · 0.80
find.jsFile · 0.80
insertGraph.jsFile · 0.80
upsertGraph.jsFile · 0.80
find-methods.tsFile · 0.80

Calls 1

addOperationMethod · 0.80

Tested by

no test coverage detected