Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git-bug/git-bug
/ newMsgPopup
Function
newMsgPopup
termui/msg_popup.go:21–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
}
20
21
func
newMsgPopup() *msgPopup {
22
return
&msgPopup{
23
message:
""
,
24
}
25
}
26
27
func
(ep *msgPopup) keybindings(g *gocui.Gui) error {
28
if
err := g.SetKeybinding(msgPopupView, gocui.KeySpace, gocui.ModNone, ep.close); err != nil {
Callers
1
Run
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected