(properties)
| 25 | } |
| 26 | } |
| 27 | withStructProperties(properties) { |
| 28 | this.structProperties = properties; |
| 29 | return this; |
| 30 | } |
| 31 | copy() { |
| 32 | return createStrandsNode(this.id, this.dimension, this.strandsContext); |
| 33 | } |
no outgoing calls
no test coverage detected