| 272 | typename T |
| 273 | > |
| 274 | void pipe<T>:: |
| 275 | enable ( |
| 276 | ) |
| 277 | { |
| 278 | auto_mutex M(m); |
| 279 | enabled = true; |
| 280 | } |
| 281 | |
| 282 | // ---------------------------------------------------------------------------------------- |
| 283 |
nothing calls this directly
no outgoing calls
no test coverage detected