MCPcopy Index your code
hub / github.com/git-bug/git-bug / getTableLength

Method getTableLength

termui/bug_table.go:279–281  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

277}
278
279func (bt *bugTable) getTableLength() int {
280 return len(bt.excerpts)
281}
282
283func (bt *bugTable) getColumnWidths(maxX int) map[string]int {
284 m := make(map[string]int)

Callers 2

cursorDownMethod · 0.95
cursorClampMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected