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

Method editLabels

termui/show_bug.go:668–671  ·  view source on GitHub ↗
(g *gocui.Gui, snap *bug.Snapshot)

Source from the content-addressed store, hash-verified

666}
667
668func (sb *showBug) editLabels(g *gocui.Gui, snap *bug.Snapshot) error {
669 ui.labelSelect.SetBug(sb.cache, sb.bug)
670 return ui.activateWindow(ui.labelSelect)
671}

Callers 1

editMethod · 0.95

Calls 2

activateWindowMethod · 0.80
SetBugMethod · 0.45

Tested by

no test coverage detected