Returns a pointer to the device designated as the "client".
| 46 | |
| 47 | // Returns a pointer to the device designated as the "client". |
| 48 | Device* client_device() const { return client_device_; } |
| 49 | |
| 50 | // Return the list of devices in this set. |
| 51 | const std::vector<Device*>& devices() const { return devices_; } |
no outgoing calls
no test coverage detected