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

Method right

termui/show_bug.go:570–582  ·  view source on GitHub ↗
(g *gocui.Gui, v *gocui.View)

Source from the content-addressed store, hash-verified

568}
569
570func (sb *showBug) right(g *gocui.Gui, v *gocui.View) error {
571 if !sb.isOnSide {
572 sb.isOnSide = true
573 sb.selected = ""
574 return sb.selectNext(g, v)
575 }
576
577 if sb.selected == "" {
578 return sb.selectNext(g, v)
579 }
580
581 return nil
582}
583
584func (sb *showBug) focusView(g *gocui.Gui) error {
585 mainView, err := g.View(showBugView)

Callers

nothing calls this directly

Calls 1

selectNextMethod · 0.95

Tested by

no test coverage detected