MCPcopy 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

onBuildKnexMethod · 0.80
onBuildKnexMethod · 0.80
jsonQueries.jsFile · 0.80
queryContext.jsFile · 0.80
delete.jsFile · 0.80
knexSnakeCase.jsFile · 0.80
insertGraph.jsFile · 0.80
insert.jsFile · 0.80
patch.jsFile · 0.80
snakeCase.jsFile · 0.80
upsertGraph.jsFile · 0.80
refAttack.jsFile · 0.80

Calls 1

addOperationMethod · 0.80

Tested by

no test coverage detected