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

Function WaitForRouteCommand

pkg/wshrpc/wshclient/wshclient.go:974–977  ·  view source on GitHub ↗

command "waitforroute", wshserver.WaitForRouteCommand

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

Source from the content-addressed store, hash-verified

972
973// command "waitforroute", wshserver.WaitForRouteCommand
974func WaitForRouteCommand(w *wshutil.WshRpc, data wshrpc.CommandWaitForRouteData, opts *wshrpc.RpcOpts) (bool, error) {
975 resp, err := sendRpcRequestCallHelper[bool](w, "waitforroute", data, opts)
976 return resp, err
977}
978
979// command "waveaiaddcontext", wshserver.WaveAIAddContextCommand
980func WaveAIAddContextCommand(w *wshutil.WshRpc, data wshrpc.CommandWaveAIAddContextData, opts *wshrpc.RpcOpts) error {

Callers 1

CreateVDomContextMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected