MCPcopy Create free account
hub / github.com/git-bug/git-bug / Activate

Method Activate

termui/msg_popup.go:82–86  ·  view source on GitHub ↗
(title string, message string)

Source from the content-addressed store, hash-verified

80}
81
82func (ep *msgPopup) Activate(title string, message string) {
83 ep.active = true
84 ep.title = title
85 ep.message = message
86}
87
88func (ep *msgPopup) UpdateMessage(message string) {
89 ep.message = message

Callers 10

newBugWithEditorFunction · 0.45
addCommentWithEditorFunction · 0.45
editCommentWithEditorFunction · 0.45
setTitleWithEditorFunction · 0.45
editQueryWithEditorFunction · 0.45
pullMethod · 0.45
pushMethod · 0.45
addItemMethod · 0.45
saveAndReturnMethod · 0.45
editMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected