Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
onAfter1
Method · 0.80
queryContext.js
File · 0.80
runBefore
Function · 0.80
other-methods.ts
File · 0.80
Calls
2
isExplicitlyResolvedOrRejected
Method · 0.95
findQueryExecutorOperation
Function · 0.85
Tested by
no test coverage detected