MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / joinComma

Function joinComma

internal/identity/webhooks.go:448–457  ·  view source on GitHub ↗
(parts []string)

Source from the content-addressed store, hash-verified

446}
447
448func joinComma(parts []string) string {
449 out := ""
450 for i, p := range parts {
451 if i > 0 {
452 out += ", "
453 }
454 out += p
455 }
456 return out
457}
458
459// RotateSecret generates a new signing secret, moves the current
460// secret into signing_secret_prev with a 24h expiry, and returns

Callers 1

UpdateWebhookMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected