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

Function makeNullVDom

pkg/waveapp/waveapp.go:257–259  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

255}
256
257func makeNullVDom() *vdom.VDomElem {
258 return &vdom.VDomElem{WaveId: uuid.New().String(), Tag: vdom.WaveNullTag}
259}
260
261func DefineComponent[P any](client *Client, name string, renderFn func(ctx context.Context, props P) any) vdom.Component[P] {
262 if name == "" {

Callers 2

fullRenderMethod · 0.85
incrementalRenderMethod · 0.85

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected