Returns the number of output of a device without obtaining it. */
| 46 | } |
| 47 | /** Returns the number of output of a device without obtaining it. */ |
| 48 | virtual int getDeviceNumOutputs(int deviceId) { |
| 49 | return 0; |
| 50 | } |
| 51 | |
| 52 | /** Adds the given port as a reference holder of a device and returns the it. |
| 53 | Creates the Device if no ports are subscribed before calling. |
nothing calls this directly
no outgoing calls
no test coverage detected