Get the currently active device id
| 123 | |
| 124 | // Get the currently active device id |
| 125 | unsigned getActiveDeviceId() { return DeviceManager::ACTIVE_DEVICE_ID; } |
| 126 | |
| 127 | size_t getDeviceMemorySize(int device) { |
| 128 | UNUSED(device); |
no outgoing calls
no test coverage detected