MCPcopy Create free account
hub / github.com/auth0/auth0-cli / stringSliceToCommaSeparatedString

Function stringSliceToCommaSeparatedString

internal/display/users.go:189–191  ·  view source on GitHub ↗
(s []string)

Source from the content-addressed store, hash-verified

187}
188
189func stringSliceToCommaSeparatedString(s []string) string {
190 return strings.Join(s, ", ")
191}

Callers 2

MakeSessionTransferViewFunction · 0.70
makeUserViewFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected