MCPcopy Index your code
hub / github.com/apache/casbin / ArrayToString

Function ArrayToString

util/util.go:143–145  ·  view source on GitHub ↗

ArrayToString gets a printable string for a string array.

(s []string)

Source from the content-addressed store, hash-verified

141
142// ArrayToString gets a printable string for a string array.
143func ArrayToString(s []string) string {
144 return strings.Join(s, ", ")
145}
146
147// ParamsToString gets a printable string for variable number of parameters.
148func ParamsToString(s ...string) string {

Callers 6

testHasPolicyFunction · 0.92
testHasGroupingPolicyFunction · 0.92
testHasPermissionFunction · 0.92
SavePolicyMethod · 0.92
SavePolicyMethod · 0.92

Calls

no outgoing calls

Tested by 3

testHasPolicyFunction · 0.74
testHasGroupingPolicyFunction · 0.74
testHasPermissionFunction · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…