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

Method Close

agent/agenttest/client.go:139–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

137func (*Client) RewriteDERPMap(*tailcfg.DERPMap) {}
138
139func (c *Client) Close() {
140 c.derpMapOnce.Do(func() { close(c.derpMapUpdates) })
141}
142
143func (c *Client) ConnectRPC29WithRole(ctx context.Context, _ string) (
144 agentproto.DRPCAgentClient29, proto.DRPCTailnetClient28, error,

Callers 15

derpClientMethod · 0.95
connectOneFunction · 0.95
TestCoderConnectStdioFunction · 0.95
syncStartMethod · 0.95
syncCompleteMethod · 0.95
syncStatusMethod · 0.95
syncPingMethod · 0.95
syncWantMethod · 0.95
mcpServerMethod · 0.95
TestSSHFunction · 0.95
TestSSH_CoderConnectFunction · 0.95
TestSyncCommands_GoldenFunction · 0.95

Calls 1

DoMethod · 0.65