Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.85
Calls
2
findOne
Method · 0.80
query
Method · 0.65
Tested by
no test coverage detected