Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Vincit/objection.js
/ returning
Method
returning
lib/queryBuilder/QueryBuilderBase.js:484–486 ·
view source on GitHub ↗
(...args)
Source
from the content-addressed store, hash-verified
482
}
483
484
returning(...args) {
485
return
this.addOperation(
new
ReturningOperation(
'returning'
), args);
486
}
487
488
truncate(...args) {
489
return
this.addOperation(
new
KnexOperation(
'truncate'
), args);
Callers
15
onBuildKnex
Method · 0.80
onBuildKnex
Method · 0.80
jsonQueries.js
File · 0.80
queryContext.js
File · 0.80
delete.js
File · 0.80
knexSnakeCase.js
File · 0.80
insertGraph.js
File · 0.80
insert.js
File · 0.80
patch.js
File · 0.80
snakeCase.js
File · 0.80
upsertGraph.js
File · 0.80
refAttack.js
File · 0.80
Calls
1
addOperation
Method · 0.80
Tested by
no test coverage detected