(from)
| 13264 | } |
| 13265 | } |
| 13266 | copyMetadata(from) { |
| 13267 | this.setType(from.type()); |
| 13268 | if (from.hasDebugName()) { |
| 13269 | this.setDebugName(from.debugName()); |
| 13270 | } |
| 13271 | return this; |
| 13272 | } |
| 13273 | toString() { |
| 13274 | return `${this.debugName()} : ${this.type().toString()}`; |
| 13275 | } |
no test coverage detected