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

Method Update

internal/ui/form.go:27–27  ·  view source on GitHub ↗
(tea.Msg)

Source from the content-addressed store, hash-verified

25
26type FormField interface {
27 Update(tea.Msg) tea.Cmd
28 View() string
29 Focus() tea.Cmd
30 Blur()

Callers 15

sendMethod · 0.65
processMsgMethod · 0.65
UpdateMethod · 0.65
checkUpdateMethod · 0.65
UpdateMethod · 0.65
handleFilterKeyMethod · 0.65
handleNormalKeyMethod · 0.65
UpdateMethod · 0.65
UpdateMethod · 0.65
UpdateMethod · 0.65
UpdateMethod · 0.65

Implementers 3

TextFieldinternal/ui/form.go
CheckboxFieldinternal/ui/form.go
StaticFieldinternal/ui/form.go

Calls

no outgoing calls

Tested by 15

sendMethod · 0.52
processMsgMethod · 0.52
updateDashboardFunction · 0.52
imageFormTypeTextFunction · 0.52
imageFormPressTabFunction · 0.52
updateSettingsFunction · 0.52
updateActionsMenuFunction · 0.52
updateFormFunction · 0.52
hostnameFormTypeTextFunction · 0.52
hostnameFormPressTabFunction · 0.52
updateRemoveFunction · 0.52