MCPcopy
hub / github.com/cli/cli / Refresh

Method Refresh

pkg/cmd/extension/browse/browse.go:240–243  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

238}
239
240func (el *extList) Refresh() {
241 el.Reset()
242 el.Filter(el.filter)
243}
244
245func (el *extList) Reset() {
246 el.ui.List.Clear()

Callers 2

createModalMethod · 0.95
Test_extListFunction · 0.80

Calls 2

ResetMethod · 0.95
FilterMethod · 0.95

Tested by 1

Test_extListFunction · 0.64