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

Function EventSubCommand

pkg/wshrpc/wshclient/wshclient.go:279–282  ·  view source on GitHub ↗

command "eventsub", wshserver.EventSubCommand

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

Source from the content-addressed store, hash-verified

277
278// command "eventsub", wshserver.EventSubCommand
279func EventSubCommand(w *wshutil.WshRpc, data wps.SubscriptionRequest, opts *wshrpc.RpcOpts) error {
280 _, err := sendRpcRequestCallHelper[any](w, "eventsub", data, opts)
281 return err
282}
283
284// command "eventunsub", wshserver.EventUnsubCommand
285func EventUnsubCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) error {

Callers 5

InitJobControllerFunction · 0.92
InitBlockControllerFunction · 0.92
CreateVDomContextMethod · 0.92
InitBadgeStoreFunction · 0.92
editorRunFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected