MCPcopy
hub / github.com/cli/cli / RemoveSelected

Method RemoveSelected

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

Source from the content-addressed store, hash-verified

224}
225
226func (el *extList) RemoveSelected() {
227 el.toggleSelected("remove")
228}
229
230func (el *extList) toggleInstalled(ix int) {
231 ee := el.extEntries[ix]

Callers 2

ExtBrowseFunction · 0.80
Test_extListFunction · 0.80

Calls 1

toggleSelectedMethod · 0.95

Tested by 1

Test_extListFunction · 0.64