Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
668
func
(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
edit
Method · 0.95
Calls
2
activateWindow
Method · 0.80
SetBug
Method · 0.45
Tested by
no test coverage detected