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

Function TextElem

pkg/vdom/vdom.go:70–72  ·  view source on GitHub ↗
(text string)

Source from the content-addressed store, hash-verified

68}
69
70func TextElem(text string) VDomElem {
71 return VDomElem{Tag: TextTag, Text: text}
72}
73
74func mergeProps(props *map[string]any, newProps map[string]any) {
75 if *props == nil {

Callers 2

partToElemsFunction · 0.85
BindFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected