MCPcopy Index your code
hub / github.com/coder/coder / NewDRPCTailnetClient

Function NewDRPCTailnetClient

tailnet/proto/tailnet_drpc.pb.go:52–54  ·  view source on GitHub ↗
(cc drpc.Conn)

Source from the content-addressed store, hash-verified

50}
51
52func NewDRPCTailnetClient(cc drpc.Conn) DRPCTailnetClient {
53 return &drpcTailnetClient{cc}
54}
55
56func (c *drpcTailnetClient) DRPCConn() drpc.Conn { return c.cc }
57

Callers 2

NewDRPCClientFunction · 0.92
ConnectRPC29Method · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected