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

Function ElectronSystemBellCommand

pkg/wshrpc/wshclient/wshclient.go:255–258  ·  view source on GitHub ↗

command "electronsystembell", wshserver.ElectronSystemBellCommand

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

Source from the content-addressed store, hash-verified

253
254// command "electronsystembell", wshserver.ElectronSystemBellCommand
255func ElectronSystemBellCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) error {
256 _, err := sendRpcRequestCallHelper[any](w, "electronsystembell", nil, opts)
257 return err
258}
259
260// command "eventpublish", wshserver.EventPublishCommand
261func EventPublishCommand(w *wshutil.WshRpc, data wps.WaveEvent, opts *wshrpc.RpcOpts) error {

Callers 2

tabIndicatorRunFunction · 0.92
badgeRunFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected