Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
44
type
AbstractRpcClient
interface
{
45
GetPeerInfo() string
46
SendRpcMessage(msg []byte, ingressLinkId baseds.LinkId, debugStr string) bool
47
RecvRpcMessage() ([]byte, bool)
// blocking
48
}
Callers
1
Name
Method · 0.65
Implementers
2
WshRpcProxy
pkg/wshutil/wshproxy.go
WshRpc
pkg/wshutil/wshrpc.go
Calls
no outgoing calls
Tested by
no test coverage detected