MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / RegisterComponent

Method RegisterComponent

pkg/waveapp/waveapp.go:277–279  ·  view source on GitHub ↗
(name string, cfunc any)

Source from the content-addressed store, hash-verified

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

Callers 1

DefineComponentFunction · 0.45

Implementers 1

WshRouterpkg/wshutil/wshrouter.go

Calls

no outgoing calls

Tested by

no test coverage detected