addRow()
in
src/dashboard.ts [117:119]
3
lines of code
1
McCabe index (conditional complexity)
addRow(row: Row) { this.rows.push(row); }