Summarizes the status of this Device, for debugging.
| 170 | |
| 171 | // Summarizes the status of this Device, for debugging. |
| 172 | string DebugString() const { return ProtoDebugString(device_attributes_); } |
| 173 | |
| 174 | // Assembles the parameter components into a complete DeviceAttributes value. |
| 175 | static DeviceAttributes BuildDeviceAttributes( |
nothing calls this directly
no test coverage detected