| 6 | import {type KnitTexture, texturesMap} from './texture.js'; |
| 7 | |
| 8 | class Section { |
| 9 | widthTop: PatternFactoryInput; |
| 10 | widthBottom: PatternFactoryInput; |
| 11 | texture: PatternFactoryInput; |
nothing calls this directly
no outgoing calls
no test coverage detected