| 392 | } |
| 393 | |
| 394 | inline std::shared_ptr<ConnectionTracker::Group> |
| 395 | ConnectionTracker::TxnState::drop() |
| 396 | { |
| 397 | _reserved_p = false; |
| 398 | return std::move(_g); |
| 399 | } |
| 400 | |
| 401 | inline void |
| 402 | ConnectionTracker::TxnState::clear() |
no outgoing calls
no test coverage detected