MCPcopy Create free account
hub / github.com/catppuccin/cli / updateInputs

Method updateInputs

internal/ui/installInput.go:116–123  ·  view source on GitHub ↗
(msg tea.Msg)

Source from the content-addressed store, hash-verified

114}
115
116func (m *InstallModel) updateInputs(msg tea.Msg) tea.Cmd {
117 cmds := make([]tea.Cmd, len(m.inputs))
118
119 for i := range m.inputs {
120 m.inputs[i], cmds[i] = m.inputs[i].Update(msg)
121 }
122 return tea.Batch(cmds...)
123}
124
125func (m InstallModel) RenderView() string {
126 var b strings.Builder

Callers 1

UpdateMethod · 0.95

Calls 1

UpdateMethod · 0.45

Tested by

no test coverage detected