| 81 | } |
| 82 | |
| 83 | void ArrayInfo::setId(int id) const { |
| 84 | const_cast<ArrayInfo *>(this)->setId(id); |
| 85 | } |
| 86 | |
| 87 | void ArrayInfo::setId(int id) { |
| 88 | /// Shift the backend flag to the end of the devId integer |
nothing calls this directly
no test coverage detected