| 672 | typename T |
| 673 | > |
| 674 | bool pipe<T>:: |
| 675 | is_enqueue_enabled ( |
| 676 | ) const |
| 677 | { |
| 678 | auto_mutex M(m); |
| 679 | return enqueue_enabled; |
| 680 | } |
| 681 | |
| 682 | // ---------------------------------------------------------------------------------------- |
| 683 |
nothing calls this directly
no outgoing calls
no test coverage detected