Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Chat2AnyLLM/code-agent-manager
/ splitClients
Function
splitClients
internal/appapi/providers.go:304–306 ·
view source on GitHub ↗
(raw string)
Source
from the content-addressed store, hash-verified
302
}
303
304
func
splitClients(raw string) []string {
305
return
providers.Endpoint{SupportedClient: raw}.Clients()
306
}
307
308
func
joinClients(clients []string) string {
309
parts := make([]string, 0, len(clients))
Callers
1
Update
Method · 0.85
Calls
1
Clients
Method · 0.80
Tested by
no test coverage detected