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

Method getInputs

src/triangles_pattern_factory.ts:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 }
37
38 getInputs(): PatternFactoryInput[] {
39 return this.inputs;
40 }
41
42 getStitches(rowIndex: number, rowLength: number): Stitch[] {
43 const previousWidth = rowIndex === 0 ?

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected