| 246 | } |
| 247 | |
| 248 | type TextFieldResult struct { |
| 249 | Placeholder string |
| 250 | state *StateValue[string] |
| 251 | tree *RenderedTree |
| 252 | found bool |
| 253 | } |
| 254 | |
| 255 | func (r TextFieldResult) Exists() bool { return r.found } |
| 256 |
nothing calls this directly
no outgoing calls
no test coverage detected