Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
reproduction-template.js
File · 0.80
after
Function · 0.80
mapOne
Function · 0.80
executeNext
Function · 0.80
mapAfterAllReturn
Function · 0.80
afterReturn
Function · 0.80
fetchTableMetadata
Function · 0.80
doExecute
Function · 0.80
chainOperationHooks
Function · 0.80
chainHooks
Function · 0.80
callAfterFindForOne
Function · 0.80
doCallAfterFind
Function · 0.80
Calls
1
execute
Method · 0.95
Tested by
2
test
Function · 0.64
test
Function · 0.64