()
| 299 | } |
| 300 | |
| 301 | getInputs(): PatternFactoryInput[] { |
| 302 | return [ |
| 303 | this.cableLengthInput, |
| 304 | this.cableCountInput, |
| 305 | this.rowsBetweenCablesInput, |
| 306 | this.cableEdgeRowsInput, |
| 307 | this.smoothingRowsInput, |
| 308 | this.innerCablesInput, |
| 309 | this.marginTypeInput, |
| 310 | this.marginDistanceInput, |
| 311 | ]; |
| 312 | } |
| 313 | |
| 314 | build(): Pattern { |
| 315 | const output = new Pattern(); |
nothing calls this directly
no outgoing calls
no test coverage detected