command "getmeta", wshserver.GetMetaCommand
(w *wshutil.WshRpc, data wshrpc.CommandGetMetaData, opts *wshrpc.RpcOpts)
| 438 | |
| 439 | // command "getmeta", wshserver.GetMetaCommand |
| 440 | func 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 |
| 446 | func GetRTInfoCommand(w *wshutil.WshRpc, data wshrpc.CommandGetRTInfoData, opts *wshrpc.RpcOpts) (*waveobj.ObjRTInfo, error) { |
no test coverage detected