Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
52
func
NewDRPCTailnetClient(cc drpc.Conn) DRPCTailnetClient {
53
return
&drpcTailnetClient{cc}
54
}
55
56
func
(c *drpcTailnetClient) DRPCConn() drpc.Conn {
return
c.cc }
57
Callers
2
NewDRPCClient
Function · 0.92
ConnectRPC29
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected