MCPcopy Create free account
hub / github.com/wavetermdev/waveterm / VDomCreateContextCommand

Function VDomCreateContextCommand

pkg/wshrpc/wshclient/wshclient.go:958–961  ·  view source on GitHub ↗

command "vdomcreatecontext", wshserver.VDomCreateContextCommand

(w *wshutil.WshRpc, data vdom.VDomCreateContext, opts *wshrpc.RpcOpts)

Source from the content-addressed store, hash-verified

956
957// command "vdomcreatecontext", wshserver.VDomCreateContextCommand
958func VDomCreateContextCommand(w *wshutil.WshRpc, data vdom.VDomCreateContext, opts *wshrpc.RpcOpts) (*waveobj.ORef, error) {
959 resp, err := sendRpcRequestCallHelper[*waveobj.ORef](w, "vdomcreatecontext", data, opts)
960 return resp, err
961}
962
963// command "vdomrender", wshserver.VDomRenderCommand
964func VDomRenderCommand(w *wshutil.WshRpc, data vdom.VDomFrontendUpdate, opts *wshrpc.RpcOpts) chan wshrpc.RespOrErrorUnion[*vdom.VDomBackendUpdate] {

Callers 1

CreateVDomContextMethod · 0.92

Calls 1

sendRpcRequestCallHelperFunction · 0.85

Tested by

no test coverage detected