Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
54
func
(f *TextField) Value() string {
55
return
f.input.Value()
56
}
57
58
func
(f *TextField) SetValue(v string) {
59
f.input.SetValue(v)
Callers
3
NewSettingsFormBackups
Function · 0.95
TestTextField_DigitsOnly
Function · 0.95
NewSettingsFormApplication
Function · 0.95
Calls
1
Value
Method · 0.65
Tested by
1
TestTextField_DigitsOnly
Function · 0.76