MCPcopy Index your code
hub / github.com/rivo/tview / GetColumnCount

Method GetColumnCount

table.go:244–244  ·  view source on GitHub ↗

Return the total number of columns in the table.

()

Source from the content-addressed store, hash-verified

242
243 // Return the total number of columns in the table.
244 GetColumnCount() int
245
246 // The following functions are provided for completeness reasons as the
247 // original Table implementation was not read-only. If you do not wish to

Callers 3

GetColumnCountMethod · 0.65
DrawMethod · 0.65
InputHandlerMethod · 0.65

Implementers 2

Tabletable.go

Calls

no outgoing calls

Tested by

no test coverage detected