MCPcopy Create free account
hub / github.com/FoundationDB/fdb-document-layer / getOperationTransaction

Method getOperationTransaction

src/ExtStructs.actor.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected