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

Method getInputs

src/pattern.ts:16–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14export interface PatternFactory {
15 factoryName: string;
16 getInputs(): PatternFactoryInput[];
17 build(): Pattern;
18}
19

Callers 2

getInputsMethod · 0.65
constructorMethod · 0.65

Implementers 4

TrianglesPatternFactorysrc/triangles_pattern_factory.ts
CablePatternFactorysrc/cable_pattern_factory.ts
ScarfPatternFactorysrc/scarf_pattern_factory.ts
CapeletPatternFactorysrc/capelet_pattern_factory.ts

Calls

no outgoing calls

Tested by

no test coverage detected