MCPcopy Index your code
hub / github.com/Vincit/objection.js / isExecutable

Method isExecutable

lib/queryBuilder/QueryBuilder.js:152–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150 }
151
152 isExecutable() {
153 return !this.isExplicitlyResolvedOrRejected() && !findQueryExecutorOperation(this);
154 }
155
156 findOperationFactory(factory) {
157 this._findOperationFactory = factory;

Callers 4

onAfter1Method · 0.80
queryContext.jsFile · 0.80
runBeforeFunction · 0.80
other-methods.tsFile · 0.80

Tested by

no test coverage detected