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

Method rowsCount

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

Source from the content-addressed store, hash-verified

32 }
33
34 public rowsCount(): number {
35 return this.rows.length;
36 }
37
38 public lastRow(): Row {
39 const last = this.rows.at(-1);

Callers 5

isEmptyMethod · 0.95
#addRowMethod · 0.80
getPatternDimensionsMethod · 0.80
#buildPartMethod · 0.80
setupUIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected