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

Function SetMetaCommand

pkg/wshrpc/wshclient/wshclient.go:852–855  ·  view source on GitHub ↗

command "setmeta", wshserver.SetMetaCommand

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

Source from the content-addressed store, hash-verified

850
851// command "setmeta", wshserver.SetMetaCommand
852func SetMetaCommand(w *wshutil.WshRpc, data wshrpc.CommandSetMetaData, opts *wshrpc.RpcOpts) error {
853 _, err := sendRpcRequestCallHelper[any](w, "setmeta", data, opts)
854 return err
855}
856
857// command "setpeerinfo", wshserver.SetPeerInfoCommand
858func SetPeerInfoCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) error {

Callers 4

wslRunFunction · 0.92
setBgRunFunction · 0.92
setMetaRunFunction · 0.92
sshRunFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected