* Disconnect the stream. * * Called inside the WQ. */
| 230 | * Called inside the WQ. |
| 231 | */ |
| 232 | void GraphiteWriter::Disconnect() |
| 233 | { |
| 234 | AssertOnWorkQueue(); |
| 235 | |
| 236 | DisconnectInternal(); |
| 237 | } |
| 238 | |
| 239 | /** |
| 240 | * Disconnect the stream. |
nothing calls this directly
no outgoing calls
no test coverage detected