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