Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
226
func
(el *extList) RemoveSelected() {
227
el.toggleSelected(
"remove"
)
228
}
229
230
func
(el *extList) toggleInstalled(ix int) {
231
ee := el.extEntries[ix]
Callers
2
ExtBrowse
Function · 0.80
Test_extList
Function · 0.80
Calls
1
toggleSelected
Method · 0.95
Tested by
1
Test_extList
Function · 0.64