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

Method constructor

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

Source from the content-addressed store, hash-verified

22 public rowSwitchStyle: RowSwitchStyle;
23
24 constructor() {
25 this.rows = [];
26 this.rowSwitchStyle = RowSwitchStyles.backAndForth;
27 }
28
29 public setRound(): this {
30 this.rowSwitchStyle = RowSwitchStyles.round;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected