Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alefore/knit
/ computeRow
Method
computeRow
src/cable_pattern_factory.ts:168–170 ·
view source on GitHub ↗
(row: number)
Source
from the content-addressed store, hash-verified
166
}
167
168
computeRow(row: number): Row {
169
return
(row % 2 == 0) ? this.#cablesRow(row / 2) : this.#lameRow();
170
}
171
172
#cablesRow(row: number): Row {
173
if
(row >= this.positions.length)
Callers
2
build
Method · 0.95
#buildPart
Method · 0.80
Calls
2
#cablesRow
Method · 0.95
#lameRow
Method · 0.95
Tested by
no test coverage detected