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

Method findOne

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

Source from the content-addressed store, hash-verified

797 }
798
799 findOne(...args) {
800 return this.where.apply(this, args).first();
801 }
802
803 range(...args) {
804 return this.clear(RangeOperation).addOperation(new RangeOperation('range'), args);

Callers 15

mainFunction · 0.80
withGraph.jsFile · 0.80
findArnoldFunction · 0.80
findMeinhardFunction · 0.80
findRuffusFunction · 0.80
find.jsFile · 0.80
knexSnakeCase.jsFile · 0.80
schema.jsFile · 0.80
staticHooks.jsFile · 0.80
snakeCase.jsFile · 0.80
jsonRelations.jsFile · 0.80

Calls 1

firstMethod · 0.80

Tested by

no test coverage detected