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

Method renderFooter

termui/bug_table.go:362–364  ·  view source on GitHub ↗
(v *gocui.View, maxX int)

Source from the content-addressed store, hash-verified

360}
361
362func (bt *bugTable) renderFooter(v *gocui.View, maxX int) {
363 _, _ = fmt.Fprintf(v, " \nShowing %d of %d bugs", len(bt.excerpts), len(bt.allIds))
364}
365
366func (bt *bugTable) renderHelp(v *gocui.View, maxX int) {
367 _, _ = fmt.Fprint(v, bugTableHelp.Render(maxX))

Callers 1

layoutMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected