()
| 32 | return createStrandsNode(this.id, this.dimension, this.strandsContext); |
| 33 | } |
| 34 | typeInfo() { |
| 35 | return { |
| 36 | baseType: this._originalBaseType || BaseType.FLOAT, |
| 37 | dimension: this.dimension |
| 38 | }; |
| 39 | } |
| 40 | bridge(value) { |
| 41 | const { dag, cfg } = this.strandsContext; |
| 42 | const orig = getNodeDataFromID(dag, this.id); |
no outgoing calls
no test coverage detected