Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ NewExperimentalClient
Function
NewExperimentalClient
codersdk/client_experimental.go:10–14 ·
view source on GitHub ↗
(client *Client)
Source
from the content-addressed store, hash-verified
8
}
9
10
func
NewExperimentalClient(client *Client) *ExperimentalClient {
11
return
&ExperimentalClient{
12
Client: client,
13
}
14
}
Callers
15
newChatClient
Function · 0.92
newChatClientWithAPI
Function · 0.92
newChatClientWithDeploymentValues
Function · 0.92
newChatClientWithDatabase
Function · 0.92
newChatClientWithAPIAndDatabase
Function · 0.92
TestPostChats
Function · 0.92
TestPostChats_ClientType
Function · 0.92
TestListChats
Function · 0.92
TestListChatModels
Function · 0.92
TestWatchChats
Function · 0.92
TestUserAIProviderKeys
Function · 0.92
TestListChatProviders
Function · 0.92
Calls
no outgoing calls
Tested by
15
newChatClient
Function · 0.74
newChatClientWithAPI
Function · 0.74
newChatClientWithDeploymentValues
Function · 0.74
newChatClientWithDatabase
Function · 0.74
newChatClientWithAPIAndDatabase
Function · 0.74
TestPostChats
Function · 0.74
TestPostChats_ClientType
Function · 0.74
TestListChats
Function · 0.74
TestListChatModels
Function · 0.74
TestWatchChats
Function · 0.74
TestUserAIProviderKeys
Function · 0.74
TestListChatProviders
Function · 0.74