* Creates a copy of this brick. * @return {Brick} Brick copy instance
()
| 172 | * @return {Brick} Brick copy instance |
| 173 | */ |
| 174 | copy () { |
| 175 | const copy = super.copy() |
| 176 | copy.setReverse(this.isReverse()) |
| 177 | return copy |
| 178 | } |
| 179 | |
| 180 | /** |
| 181 | * Triggered before performing encode on given content. |
nothing calls this directly
no test coverage detected