| 5811 | } |
| 5812 | |
| 5813 | void TransactionOptions::reset(Database const& cx) { |
| 5814 | clear(); |
| 5815 | lockAware = cx->lockAware; |
| 5816 | if (cx->apiVersionAtLeast(630)) { |
| 5817 | includePort = true; |
| 5818 | } |
| 5819 | } |
| 5820 | |
| 5821 | void Transaction::resetImpl(bool generateNewSpan) { |
| 5822 | flushTrLogsIfEnabled(); |
no test coverage detected