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

Method getInputs

src/scarf_pattern_factory.ts:74–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 }
73
74 getInputs(): PatternFactoryInput[] {
75 return [
76 this.rowsInput, this.centerLengthInput, this.centerWidthInput,
77 this.textureInput, this.shapeInput, this.symmetricInput
78 ];
79 }
80
81 build(): Pattern {
82 if (this.centerLengthInput.numberValue() > this.rowsInput.numberValue())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected