| 23 | #include "flow/actorcompiler.h" // This must be the last #include. |
| 24 | |
| 25 | Reference<DocTransaction> ExtConnection::getOperationTransaction() { |
| 26 | return NonIsolatedPlan::newTransaction(docLayer->database); |
| 27 | } |
| 28 | |
| 29 | Reference<Plan> ExtConnection::wrapOperationPlan(Reference<Plan> plan, |
| 30 | bool isReadOnly, |
no outgoing calls
no test coverage detected