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

Method renderHelp

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

Source from the content-addressed store, hash-verified

364}
365
366func (bt *bugTable) renderHelp(v *gocui.View, maxX int) {
367 _, _ = fmt.Fprint(v, bugTableHelp.Render(maxX))
368}
369
370func (bt *bugTable) cursorDown(g *gocui.Gui, v *gocui.View) error {
371 // If we are at the bottom of the page, switch to the next one.

Callers 1

layoutMethod · 0.95

Calls 1

RenderMethod · 0.80

Tested by

no test coverage detected