Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
965
func
(ml *messagesList) selectTop() {
966
if
len(ml.messages) == 0 {
967
return
968
}
969
ml.SetCursor(0)
970
}
971
972
func
(ml *messagesList) selectBottom() {
973
if
len(ml.messages) == 0 {
Callers
1
Update
Method · 0.95
Calls
1
SetCursor
Method · 0.95
Tested by
no test coverage detected