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

Method ConnectRPC29WithRole

agent/agenttest/client.go:143–147  ·  view source on GitHub ↗
(ctx context.Context, _ string)

Source from the content-addressed store, hash-verified

141}
142
143func (c *Client) ConnectRPC29WithRole(ctx context.Context, _ string) (
144 agentproto.DRPCAgentClient29, proto.DRPCTailnetClient28, error,
145) {
146 return c.ConnectRPC29(ctx)
147}
148
149func (c *Client) ConnectRPC29(ctx context.Context) (
150 agentproto.DRPCAgentClient29, proto.DRPCTailnetClient28, error,

Callers

nothing calls this directly

Calls 1

ConnectRPC29Method · 0.95

Tested by

no test coverage detected