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

Function findRuffus

tests/integration/relationModify.js:447–449  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

445 }
446
447 function findRuffus() {
448 return Animal.query().findOne('name', 'Ruffus');
449 }
450
451 function modifyBelongsToOne(query) {
452 return {

Callers 1

relationModify.jsFile · 0.85

Calls 2

findOneMethod · 0.80
queryMethod · 0.65

Tested by

no test coverage detected