Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Chat2AnyLLM/code-agent-manager
/ visible
Method
visible
internal/cli/tool_menu.go:121–124 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
119
}
120
121
func
(s pickerStep) visible() []string {
122
v, _ := s.visibleWindow()
123
return
v
124
}
125
126
func
(s pickerStep) visibleWindow() ([]string, int) {
127
out := s.filtered()
Callers
5
TestPickerStep_DefaultPickerShowsAllItems
Function · 0.45
TestPickerStep_LimitedPickerCapsVisibleItems
Function · 0.45
TestPickerStep_LimitedPickerFiltersAcrossAllItems
Function · 0.45
TestWizard_EndpointFiltersByClient
Function · 0.45
TestWizard_ModelPickerShowsCappedPreviewAndFiltersAllModels
Function · 0.45
Calls
1
visibleWindow
Method · 0.95
Tested by
5
TestPickerStep_DefaultPickerShowsAllItems
Function · 0.36
TestPickerStep_LimitedPickerCapsVisibleItems
Function · 0.36
TestPickerStep_LimitedPickerFiltersAcrossAllItems
Function · 0.36
TestWizard_EndpointFiltersByClient
Function · 0.36
TestWizard_ModelPickerShowsCappedPreviewAndFiltersAllModels
Function · 0.36