Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ New
Function
New
codersdk/workspacesdk/workspacesdk.go:136–138 ·
view source on GitHub ↗
(c *codersdk.Client)
Source
from the content-addressed store, hash-verified
134
}
135
136
func
New(c *codersdk.Client) *Client {
137
return
&Client{client: c}
138
}
139
140
// AgentConnectionInfo returns required information for establishing
141
// a connection with a workspace.
Callers
15
TestDeploymentInsights
Function · 0.92
TestUserActivityInsights_SanityCheck
Function · 0.92
TestUserLatencyInsights
Function · 0.92
TestWorkspaceAgentConnectRPC
Function · 0.92
TestWorkspaceAgentTailnet
Function · 0.92
TestWorkspaceAgentTailnetDirectDisabled
Function · 0.92
TestWorkspaceAgent_UpdatedDERP
Function · 0.92
TestAgentConnectionInfo
Function · 0.92
TestDERPForceWebSockets
Function · 0.92
TestWorkspaceActivityBump
Function · 0.92
TestTemplateMetrics
Function · 0.92
testReconnectingPTY
Function · 0.92
Calls
no outgoing calls
Tested by
15
TestDeploymentInsights
Function · 0.74
TestUserActivityInsights_SanityCheck
Function · 0.74
TestUserLatencyInsights
Function · 0.74
TestWorkspaceAgentConnectRPC
Function · 0.74
TestWorkspaceAgentTailnet
Function · 0.74
TestWorkspaceAgentTailnetDirectDisabled
Function · 0.74
TestWorkspaceAgent_UpdatedDERP
Function · 0.74
TestAgentConnectionInfo
Function · 0.74
TestDERPForceWebSockets
Function · 0.74
TestWorkspaceActivityBump
Function · 0.74
TestTemplateMetrics
Function · 0.74
TestWorkspaceRewriteDERPMap
Function · 0.74