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

Method isolatedWrapOperationPlan

src/ExtStructs.actor.cpp:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35Reference<Plan> ExtConnection::isolatedWrapOperationPlan(Reference<Plan> plan) {
36 return isolatedWrapOperationPlan(plan, options.timeoutMillies, options.retryLimit);
37}
38
39Reference<Plan> ExtConnection::isolatedWrapOperationPlan(Reference<Plan> plan, int64_t timeout, int64_t retryLimit) {
40 return Reference<Plan>(new RetryPlan(plan, timeout, retryLimit, docLayer->database));

Calls

no outgoing calls

Tested by

no test coverage detected