MCPcopy Create free account
hub / github.com/wavetermdev/waveterm / NotifyCommand

Function NotifyCommand

pkg/wshrpc/wshclient/wshclient.go:644–647  ·  view source on GitHub ↗

command "notify", wshserver.NotifyCommand

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

Source from the content-addressed store, hash-verified

642
643// command "notify", wshserver.NotifyCommand
644func NotifyCommand(w *wshutil.WshRpc, data wshrpc.WaveNotificationOptions, opts *wshrpc.RpcOpts) error {
645 _, err := sendRpcRequestCallHelper[any](w, "notify", data, opts)
646 return err
647}
648
649// command "notifysystemresume", wshserver.NotifySystemResumeCommand
650func NotifySystemResumeCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) error {

Callers 1

notifyRunFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected