MCPcopy
hub / github.com/ayn2op/discordo / SetTitle

Method SetTitle

internal/ui/chat/composer.go:151–154  ·  view source on GitHub ↗
(title string)

Source from the content-addressed store, hash-verified

149}
150
151func (c *composer) SetTitle(title string) *tview.Box {
152 defer c.resizeForContent()
153 return c.Box.SetTitle(title)
154}
155
156func (c *composer) SetFooter(footer string) *tview.Box {
157 defer c.resizeForContent()

Callers 10

resetMethod · 0.95
newMentionsListFunction · 0.80
newMessagesListFunction · 0.80
resetMethod · 0.80
setTitleMethod · 0.80
replyMethod · 0.80
editSelectedMessageMethod · 0.80
ConfigurePickerFunction · 0.80
newGuildsTreeFunction · 0.80
UpdateMethod · 0.80

Calls 1

resizeForContentMethod · 0.95

Tested by

no test coverage detected