| 280 | } |
| 281 | |
| 282 | QueueBatchContext::~QueueBatchContext() { sync_state_.stats.RemoveQueueBatchContext(); } |
| 283 | |
| 284 | void QueueBatchContext::Trim() { |
| 285 | // Clean up unneeded access context contents and log information |
nothing calls this directly
no test coverage detected