MCPcopy Create free account
hub / github.com/devnullvoid/pvetui / jumpListTop

Function jumpListTop

internal/ui/components/vim_nav.go:33–38  ·  view source on GitHub ↗
(list *tview.List)

Source from the content-addressed store, hash-verified

31}
32
33func jumpListTop(list *tview.List) {
34 if list == nil || list.GetItemCount() == 0 {
35 return
36 }
37 list.SetCurrentItem(0)
38}
39
40func jumpListBottom(list *tview.List) {
41 if list == nil {

Callers 2

SetAppMethod · 0.85
SetAppMethod · 0.85

Calls 1

SetCurrentItemMethod · 0.65

Tested by

no test coverage detected