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

Function GetMetaCommand

pkg/wshrpc/wshclient/wshclient.go:440–443  ·  view source on GitHub ↗

command "getmeta", wshserver.GetMetaCommand

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

Source from the content-addressed store, hash-verified

438
439// command "getmeta", wshserver.GetMetaCommand
440func GetMetaCommand(w *wshutil.WshRpc, data wshrpc.CommandGetMetaData, opts *wshrpc.RpcOpts) (waveobj.MetaMapType, error) {
441 resp, err := sendRpcRequestCallHelper[waveobj.MetaMapType](w, "getmeta", data, opts)
442 return resp, err
443}
444
445// command "getrtinfo", wshserver.GetRTInfoCommand
446func GetRTInfoCommand(w *wshutil.WshRpc, data wshrpc.CommandGetRTInfoData, opts *wshrpc.RpcOpts) (*waveobj.ObjRTInfo, error) {

Callers 2

getMetaRunFunction · 0.92
termScrollbackRunFunction · 0.92

Calls 1

sendRpcRequestCallHelperFunction · 0.85

Tested by

no test coverage detected