Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
func
NewDRPCAgentClient(cc drpc.Conn) DRPCAgentClient {
67
return
&drpcAgentClient{cc}
68
}
69
70
func
(c *drpcAgentClient) DRPCConn() drpc.Conn {
return
c.cc }
71
Callers
1
requireGetAnnouncementBanners
Function · 0.92
Calls
no outgoing calls
Tested by
1
requireGetAnnouncementBanners
Function · 0.74