MCPcopy Create free account
hub / github.com/NV404/gova / TextFieldResult

Struct TextFieldResult

testing.go:248–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248type TextFieldResult struct {
249 Placeholder string
250 state *StateValue[string]
251 tree *RenderedTree
252 found bool
253}
254
255func (r TextFieldResult) Exists() bool { return r.found }
256

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected