MCPcopy 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
304func splitClients(raw string) []string {
305 return providers.Endpoint{SupportedClient: raw}.Clients()
306}
307
308func joinClients(clients []string) string {
309 parts := make([]string, 0, len(clients))

Callers 1

UpdateMethod · 0.85

Calls 1

ClientsMethod · 0.80

Tested by

no test coverage detected