MCPcopy
hub / github.com/rivo/tview / GetRowCount

Method GetRowCount

table.go:780–782  ·  view source on GitHub ↗

GetRowCount returns the number of rows in the table.

()

Source from the content-addressed store, hash-verified

778
779// GetRowCount returns the number of rows in the table.
780func (t *Table) GetRowCount() int {
781 return t.content.GetRowCount()
782}
783
784// GetColumnCount returns the (maximum) number of columns in the table.
785func (t *Table) GetColumnCount() int {

Callers

nothing calls this directly

Calls 1

GetRowCountMethod · 0.65

Tested by

no test coverage detected