Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Vincit/objection.js
/ insertTeppo
Function
insertTeppo
tests/integration/nonPrimaryKeyRelations.js:999–1001 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
997
}
998
999
function
insertTeppo() {
1000
return
Person.query().insert({ name:
'Teppo'
});
1001
}
1002
1003
function
insertTahvo() {
1004
return
Animal.query().insert({ name:
'Tahvo'
});
Callers
1
nonPrimaryKeyRelations.js
File · 0.85
Calls
2
query
Method · 0.65
insert
Method · 0.45
Tested by
no test coverage detected