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

Function newMultiSelectModel

internal/cli/multiselect.go:35–41  ·  view source on GitHub ↗
(title string, items []multiSelectItem)

Source from the content-addressed store, hash-verified

33}
34
35func newMultiSelectModel(title string, items []multiSelectItem) multiSelectModel {
36 return multiSelectModel{
37 title: title,
38 items: items,
39 pageSize: defaultPageSize,
40 }
41}
42
43func (m multiSelectModel) Init() tea.Cmd { return nil }
44

Callers 2

runMultiSelectFunction · 0.85

Calls

no outgoing calls

Tested by 1