| 658 | } |
| 659 | |
| 660 | void ElasticsearchWriter::AssertOnWorkQueue() |
| 661 | { |
| 662 | ASSERT(m_WorkQueue.IsWorkerThread()); |
| 663 | } |
| 664 | |
| 665 | void ElasticsearchWriter::ExceptionHandler(boost::exception_ptr exp) |
| 666 | { |
nothing calls this directly
no test coverage detected