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

Method GetRTInfoCommand

pkg/wshrpc/wshserver/wshserver.go:189–191  ·  view source on GitHub ↗
(ctx context.Context, data wshrpc.CommandGetRTInfoData)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

GetRTInfoFunction · 0.92

Tested by

no test coverage detected