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

Method then

lib/queryBuilder/QueryBuilder.js:409–412  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

407 }
408
409 then(...args) {
410 const promise = this.execute();
411 return promise.then(...args);
412 }
413
414 catch(...args) {
415 const promise = this.execute();

Callers 15

afterFunction · 0.80
mapOneFunction · 0.80
executeNextFunction · 0.80
mapAfterAllReturnFunction · 0.80
afterReturnFunction · 0.80
fetchTableMetadataFunction · 0.80
doExecuteFunction · 0.80
chainOperationHooksFunction · 0.80
chainHooksFunction · 0.80
callAfterFindForOneFunction · 0.80
doCallAfterFindFunction · 0.80

Calls 1

executeMethod · 0.95

Tested by 2

testFunction · 0.64
testFunction · 0.64