MCPcopy Create free account
hub / github.com/coder/coder / NewDRPCAgentClient

Function NewDRPCAgentClient

agent/proto/agent_drpc.pb.go:66–68  ·  view source on GitHub ↗
(cc drpc.Conn)

Source from the content-addressed store, hash-verified

64}
65
66func NewDRPCAgentClient(cc drpc.Conn) DRPCAgentClient {
67 return &drpcAgentClient{cc}
68}
69
70func (c *drpcAgentClient) DRPCConn() drpc.Conn { return c.cc }
71

Callers 1

Calls

no outgoing calls

Tested by 1