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

Method getInputs

src/cable_pattern_factory.ts:301–312  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

299 }
300
301 getInputs(): PatternFactoryInput[] {
302 return [
303 this.cableLengthInput,
304 this.cableCountInput,
305 this.rowsBetweenCablesInput,
306 this.cableEdgeRowsInput,
307 this.smoothingRowsInput,
308 this.innerCablesInput,
309 this.marginTypeInput,
310 this.marginDistanceInput,
311 ];
312 }
313
314 build(): Pattern {
315 const output = new Pattern();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected