| 126 | } |
| 127 | |
| 128 | void InfluxdbCommonWriter::AssertOnWorkQueue() |
| 129 | { |
| 130 | ASSERT(m_WorkQueue.IsWorkerThread()); |
| 131 | } |
| 132 | |
| 133 | void InfluxdbCommonWriter::ExceptionHandler(boost::exception_ptr exp) |
| 134 | { |
nothing calls this directly
no test coverage detected