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

Method first

lib/queryBuilder/QueryBuilder.js:807–809  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

805 }
806
807 first(...args) {
808 return this.addOperation(new FirstOperation('first'), args);
809 }
810
811 joinRelated(expression, options) {
812 ensureJoinRelatedOperation(this, 'innerJoin').addCall({

Callers 15

findOneMethod · 0.80
findByIdMethod · 0.80
unrelate.jsFile · 0.80
withGraph.jsFile · 0.80
find.jsFile · 0.80
jsonQueries.jsFile · 0.80
queryContext.jsFile · 0.80
compositeKeys.jsFile · 0.80
delete.jsFile · 0.80
insertGraph.jsFile · 0.80
insert.jsFile · 0.80
relate.jsFile · 0.80

Calls 1

addOperationMethod · 0.80

Tested by

no test coverage detected