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

Method wrapOperationPlan

src/ExtStructs.actor.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29Reference<Plan> ExtConnection::wrapOperationPlan(Reference<Plan> plan,
30 bool isReadOnly,
31 Reference<UnboundCollectionContext> cx) {
32 return Reference<Plan>(new NonIsolatedPlan(plan, isReadOnly, cx, docLayer->database, mm));
33}
34
35Reference<Plan> ExtConnection::isolatedWrapOperationPlan(Reference<Plan> plan) {
36 return isolatedWrapOperationPlan(plan, options.timeoutMillies, options.retryLimit);

Calls

no outgoing calls

Tested by

no test coverage detected