MCPcopy
hub / github.com/wavetermdev/waveterm / SendRpcMessage

Method SendRpcMessage

pkg/wshutil/wshrpc.go:46–46  ·  view source on GitHub ↗
(msg []byte, ingressLinkId baseds.LinkId, debugStr string)

Source from the content-addressed store, hash-verified

44type AbstractRpcClient interface {
45 GetPeerInfo() string
46 SendRpcMessage(msg []byte, ingressLinkId baseds.LinkId, debugStr string) bool
47 RecvRpcMessage() ([]byte, bool) // blocking
48}
49

Callers 2

sendRpcMessageToLinkMethod · 0.65

Implementers 2

WshRpcProxypkg/wshutil/wshproxy.go
WshRpcpkg/wshutil/wshrpc.go

Calls

no outgoing calls

Tested by

no test coverage detected