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

Function PathCommand

pkg/wshrpc/wshclient/wshclient.go:656–659  ·  view source on GitHub ↗

command "path", wshserver.PathCommand

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

Source from the content-addressed store, hash-verified

654
655// command "path", wshserver.PathCommand
656func PathCommand(w *wshutil.WshRpc, data wshrpc.PathCommandData, opts *wshrpc.RpcOpts) (string, error) {
657 resp, err := sendRpcRequestCallHelper[string](w, "path", data, opts)
658 return resp, err
659}
660
661// command "publishapp", wshserver.PublishAppCommand
662func PublishAppCommand(w *wshutil.WshRpc, data wshrpc.CommandPublishAppData, opts *wshrpc.RpcOpts) (*wshrpc.CommandPublishAppRtnData, error) {

Callers 1

wavepathRunFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected