Returns the number of inputs of a device without obtaining it. */
| 42 | } |
| 43 | /** Returns the number of inputs of a device without obtaining it. */ |
| 44 | virtual int getDeviceNumInputs(int deviceId) { |
| 45 | return 0; |
| 46 | } |
| 47 | /** Returns the number of output of a device without obtaining it. */ |
| 48 | virtual int getDeviceNumOutputs(int deviceId) { |
| 49 | return 0; |
nothing calls this directly
no outgoing calls
no test coverage detected