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

Function MakeRpcProxy

pkg/wshutil/wshproxy.go:23–25  ·  view source on GitHub ↗
(peerInfo string)

Source from the content-addressed store, hash-verified

21}
22
23func MakeRpcProxy(peerInfo string) *WshRpcProxy {
24 return MakeRpcProxyWithSize(peerInfo, DefaultInputChSize, DefaultOutputChSize)
25}
26
27func MakeRpcProxyWithSize(peerInfo string, inputChSize int, outputChSize int) *WshRpcProxy {
28 return &WshRpcProxy{

Callers 6

connectToJobManagerMethod · 0.92
handleNewListenerConnFunction · 0.92
serverRunRouterFunction · 0.92
HandleStdIOClientFunction · 0.85
handleDomainSocketClientFunction · 0.85

Calls 1

MakeRpcProxyWithSizeFunction · 0.85

Tested by

no test coverage detected