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

Method abort

termui/label_select.go:269–271  ·  view source on GitHub ↗
(g *gocui.Gui, v *gocui.View)

Source from the content-addressed store, hash-verified

267}
268
269func (ls *labelSelect) abort(g *gocui.Gui, v *gocui.View) error {
270 return ui.activateWindow(ui.showBug)
271}
272
273func (ls *labelSelect) saveAndReturn(g *gocui.Gui, v *gocui.View) error {
274 bugLabels := ls.bug.Snapshot().Labels

Callers

nothing calls this directly

Calls 1

activateWindowMethod · 0.80

Tested by

no test coverage detected