(name string, cfunc any)
| 275 | } |
| 276 | |
| 277 | func (c *Client) RegisterComponent(name string, cfunc any) error { |
| 278 | return c.Root.RegisterComponent(name, cfunc) |
| 279 | } |
| 280 | |
| 281 | func (c *Client) fullRender() (*vdom.VDomBackendUpdate, error) { |
| 282 | c.Root.RunWork() |
no outgoing calls
no test coverage detected