Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cli/cli
/ ScrollDown
Method
ScrollDown
pkg/cmd/extension/browse/browse.go:264–266 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
262
}
263
264
func
(el *extList) ScrollDown() {
265
el.ui.List.SetCurrentItem(el.ui.List.GetCurrentItem() + 1)
266
}
267
268
func
(el *extList) ScrollUp() {
269
i := el.ui.List.GetCurrentItem() - 1
Callers
2
ExtBrowse
Function · 0.80
Test_extList
Function · 0.80
Calls
no outgoing calls
Tested by
1
Test_extList
Function · 0.64