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

Method selectTop

internal/ui/chat/messages_list.go:965–970  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

963}
964
965func (ml *messagesList) selectTop() {
966 if len(ml.messages) == 0 {
967 return
968 }
969 ml.SetCursor(0)
970}
971
972func (ml *messagesList) selectBottom() {
973 if len(ml.messages) == 0 {

Callers 1

UpdateMethod · 0.95

Calls 1

SetCursorMethod · 0.95

Tested by

no test coverage detected