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

Method getInputs

src/triangles_pattern_factory.ts:121–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119 }
120
121 getInputs(): PatternFactoryInput[] {
122 return [
123 this.knittingStyleInput, this.lengthInput, this.sectionCountInput,
124 ...this.sections.flatMap((s) => s.getInputs())
125 ];
126 }
127
128 build(): Pattern {
129 const output = new Pattern();

Callers

nothing calls this directly

Calls 1

getInputsMethod · 0.65

Tested by

no test coverage detected