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

Method Value

internal/ui/form.go:54–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52}
53
54func (f *TextField) Value() string {
55 return f.input.Value()
56}
57
58func (f *TextField) SetValue(v string) {
59 f.input.SetValue(v)

Callers 3

NewSettingsFormBackupsFunction · 0.95
TestTextField_DigitsOnlyFunction · 0.95

Calls 1

ValueMethod · 0.65

Tested by 1

TestTextField_DigitsOnlyFunction · 0.76