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

Method GetPeerInfo

pkg/wshutil/wshrpc.go:45–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

NameMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected