Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
279
func
(bt *bugTable) getTableLength() int {
280
return
len(bt.excerpts)
281
}
282
283
func
(bt *bugTable) getColumnWidths(maxX int)
map
[string]int {
284
m := make(
map
[string]int)
Callers
2
cursorDown
Method · 0.95
cursorClamp
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected