MCPcopy Create free account
hub / github.com/Chat2AnyLLM/code-agent-manager / newSingleSelectModel

Function newSingleSelectModel

internal/cli/management.go:1941–1943  ·  view source on GitHub ↗
(title string, items []string)

Source from the content-addressed store, hash-verified

1939}
1940
1941func newSingleSelectModel(title string, items []string) singleSelectModel {
1942 return singleSelectModel{title: title, items: items}
1943}
1944
1945func (m singleSelectModel) Init() tea.Cmd { return nil }
1946

Callers 1

confirmOverwriteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected