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

Struct ButtonResult

testing.go:211–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209func (r TextResult) Exists() bool { return r.found }
210
211type ButtonResult struct {
212 Label string
213 handler func()
214 tree *RenderedTree
215 found bool
216}
217
218func (r ButtonResult) Exists() bool { return r.found }
219

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected