| 5139 | } |
| 5140 | |
| 5141 | Transaction::Transaction() |
| 5142 | : trState(makeReference<TransactionState>(TaskPriority::DefaultEndpoint, generateSpanID(false))) {} |
| 5143 | |
| 5144 | Transaction::Transaction(Database const& cx, Optional<TenantName> const& tenant) |
| 5145 | : trState(makeReference<TransactionState>(cx, |
nothing calls this directly
no test coverage detected