* Check if method is called inside the WQ thread. */
| 133 | * Check if method is called inside the WQ thread. |
| 134 | */ |
| 135 | void GraphiteWriter::AssertOnWorkQueue() |
| 136 | { |
| 137 | ASSERT(m_WorkQueue.IsWorkerThread()); |
| 138 | } |
| 139 | |
| 140 | /** |
| 141 | * Exception handler for the WQ. |
nothing calls this directly
no test coverage detected