MCPcopy 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
121func (s pickerStep) visible() []string {
122 v, _ := s.visibleWindow()
123 return v
124}
125
126func (s pickerStep) visibleWindow() ([]string, int) {
127 out := s.filtered()

Calls 1

visibleWindowMethod · 0.95