Returns whether the cable exists and has 1 channel. */
| 185 | |
| 186 | /** Returns whether the cable exists and has 1 channel. */ |
| 187 | bool isMonophonic() { |
| 188 | return channels == 1; |
| 189 | } |
| 190 | |
| 191 | /** Returns whether the cable exists and has more than 1 channel. */ |
| 192 | bool isPolyphonic() { |
nothing calls this directly
no outgoing calls
no test coverage detected