(ctx context.Context, data wshrpc.CommandGetRTInfoData)
| 187 | } |
| 188 | |
| 189 | func (ws *WshServer) GetRTInfoCommand(ctx context.Context, data wshrpc.CommandGetRTInfoData) (*waveobj.ObjRTInfo, error) { |
| 190 | return wstore.GetRTInfo(data.ORef), nil |
| 191 | } |
| 192 | |
| 193 | func (ws *WshServer) SetRTInfoCommand(ctx context.Context, data wshrpc.CommandSetRTInfoData) error { |
| 194 | if data.Delete { |
nothing calls this directly
no test coverage detected