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

Method Strings

config/config.go:42–42  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

40type ConfigInterface interface {
41 String(key string) string
42 Strings(key string) []string
43 Bool(key string) (bool, error)
44 Int(key string) (int, error)
45 Int64(key string) (int64, error)

Callers 7

testGetDomainsForUserFunction · 0.65
testGetAllDomainsFunction · 0.65
testGetImplicitUsersFunction · 0.65
SetEqualsFunction · 0.65
Set2DEqualsFunction · 0.65

Implementers 1

Configconfig/config.go

Calls

no outgoing calls

Tested by 5

testGetDomainsForUserFunction · 0.52
testGetAllDomainsFunction · 0.52
testGetImplicitUsersFunction · 0.52