Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/lxn/walk
/ Text
Method
Text
button.go:119–121 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
117
}
118
119
func
(b *Button) Text() string {
120
return
b.text()
121
}
122
123
func
(b *Button) SetText(value string) error {
124
if
value == b.Text() {
Callers
3
init
Method · 0.95
SetText
Method · 0.95
idealSize
Method · 0.95
Calls
1
text
Method · 0.45
Tested by
no test coverage detected