Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isEmpty
Method · 0.95
#addRow
Method · 0.80
getPatternDimensions
Method · 0.80
#buildPart
Method · 0.80
setupUI
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected