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

Struct RenderedTree

testing.go:67–71  ·  view source on GitHub ↗

RenderedTree is the result of TestRender. It provides query methods to find nodes and simulate interactions, then re-render to see changes.

Source from the content-addressed store, hash-verified

65// RenderedTree is the result of TestRender. It provides query methods
66// to find nodes and simulate interactions, then re-render to see changes.
67type RenderedTree struct {
68 scope *Scope
69 root *viewNode
70 component *componentNode
71}
72
73// Rerender triggers a re-render of the component and updates the tree.
74func (rt *RenderedTree) Rerender() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected