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

Method registerComponent

tsunami/engine/clientimpl.go:348–350  ·  view source on GitHub ↗
(name string, cfunc any)

Source from the content-addressed store, hash-verified

346}
347
348func (c *ClientImpl) registerComponent(name string, cfunc any) error {
349 return c.Root.RegisterComponent(name, cfunc)
350}
351
352func (c *ClientImpl) fullRender() (*rpctypes.VDomBackendUpdate, error) {
353 opts := &RenderOpts{Resync: true}

Callers 1

DefineComponentExFunction · 0.80

Calls 1

RegisterComponentMethod · 0.45

Tested by

no test coverage detected