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

Method SetRootElem

pkg/waveapp/waveapp.go:195–197  ·  view source on GitHub ↗
(elem *vdom.VDomElem)

Source from the content-addressed store, hash-verified

193}
194
195func (c *Client) SetRootElem(elem *vdom.VDomElem) {
196 c.RootElem = elem
197}
198
199func (c *Client) CreateVDomContext(target *vdom.VDomTarget) error {
200 blockORef, err := wshclient.VDomCreateContextCommand(

Callers 1

MakeClientFunction · 0.95

Implementers 1

WshRouterpkg/wshutil/wshrouter.go

Calls

no outgoing calls

Tested by

no test coverage detected