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

Function findQueryExecutorOperation

lib/queryBuilder/QueryBuilder.js:1061–1063  ·  view source on GitHub ↗
(builder)

Source from the content-addressed store, hash-verified

1059}
1060
1061function findQueryExecutorOperation(builder) {
1062 return builder.findOperation((op) => op.hasQueryExecutor());
1063}
1064
1065function beforeExecute(builder) {
1066 let promise = Promise.resolve();

Callers 3

isExecutableMethod · 0.85
doExecuteFunction · 0.85
prebuildQueryFunction · 0.85

Calls 2

findOperationMethod · 0.80
hasQueryExecutorMethod · 0.45

Tested by

no test coverage detected