MCPcopy Create free account
hub / github.com/alefore/knit /

Class

src/cable_pattern_factory.ts:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import {PatternFactoryRegistry} from './pattern_factory_registry.js';
6
7export class CableLayout {
8 cables: number;
9 innerCables: boolean;
10 cableWidth: number = 2; // Stitches.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected