MCPcopy
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
264func (el *extList) ScrollDown() {
265 el.ui.List.SetCurrentItem(el.ui.List.GetCurrentItem() + 1)
266}
267
268func (el *extList) ScrollUp() {
269 i := el.ui.List.GetCurrentItem() - 1

Callers 2

ExtBrowseFunction · 0.80
Test_extListFunction · 0.80

Calls

no outgoing calls

Tested by 1

Test_extListFunction · 0.64