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

Struct ToggleResult

testing.go:229–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229type ToggleResult struct {
230 Label string
231 Checked bool
232 onChange func(bool)
233 tree *RenderedTree
234 found bool
235}
236
237func (r ToggleResult) Exists() bool { return r.found }
238

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected