(fields: Iterator<string>)
| 152 | } |
| 153 | |
| 154 | decodeOutsideRth(fields: Iterator<string>): void { |
| 155 | this.order.outsideRth = decodeBool(fields) |
| 156 | } |
| 157 | |
| 158 | decodeHidden(fields: Iterator<string>): void { |
| 159 | this.order.hidden = decodeBool(fields) |
no test coverage detected