MCPcopy Create free account
hub / github.com/Chat2AnyLLM/code-agent-manager / joinClients

Function joinClients

internal/appapi/providers.go:308–316  ·  view source on GitHub ↗
(clients []string)

Source from the content-addressed store, hash-verified

306}
307
308func joinClients(clients []string) string {
309 parts := make([]string, 0, len(clients))
310 for _, client := range clients {
311 if trimmed := strings.TrimSpace(client); trimmed != "" {
312 parts = append(parts, trimmed)
313 }
314 }
315 return strings.Join(parts, ",")
316}

Callers 1

endpointFromInputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected