| 5 | import {PatternFactoryRegistry} from './pattern_factory_registry.js'; |
| 6 | |
| 7 | export class CableLayout { |
| 8 | cables: number; |
| 9 | innerCables: boolean; |
| 10 | cableWidth: number = 2; // Stitches. |
nothing calls this directly
no outgoing calls
no test coverage detected