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

Method showRowDirection

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

Source from the content-addressed store, hash-verified

52 }
53
54 public get showRowDirection(): boolean {
55 return this.rowSwitchStyle === RowSwitchStyles.backAndForth;
56 }
57
58 public addRow(row: Row): void {
59 this.rows.push(row);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected