MCPcopy
hub / github.com/basecamp/once / Update

Method Update

internal/ui/install_hostname_form.go:56–60  ·  view source on GitHub ↗
(msg tea.Msg)

Source from the content-addressed store, hash-verified

54}
55
56func (m InstallHostnameForm) Update(msg tea.Msg) (InstallHostnameForm, tea.Cmd) {
57 var cmd tea.Cmd
58 m.form, cmd = m.form.Update(msg)
59 return m, cmd
60}
61
62func (m InstallHostnameForm) View() string {
63 if m.title != "" {

Calls 1

UpdateMethod · 0.65