()
| 36 | } |
| 37 | |
| 38 | getInputs(): PatternFactoryInput[] { |
| 39 | return this.inputs; |
| 40 | } |
| 41 | |
| 42 | getStitches(rowIndex: number, rowLength: number): Stitch[] { |
| 43 | const previousWidth = rowIndex === 0 ? |
nothing calls this directly
no outgoing calls
no test coverage detected