MCPcopy
hub / github.com/apache/casbin / String

Method String

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

Source from the content-addressed store, hash-verified

39// ConfigInterface defines the behavior of a Config implementation.
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)

Callers 12

GetCacheKeyFunction · 0.65
BeginTransactionMethod · 0.65
TestSetEventTypesFunction · 0.65
buildExplainContextMethod · 0.65
loadAssertionFunction · 0.65
ToTextMethod · 0.65
SavePolicyMethod · 0.65
SavePolicyMethod · 0.65
GenerateGFunctionFunction · 0.65
EscapeStringLiteralsFunction · 0.65

Implementers 1

Configconfig/config.go

Calls

no outgoing calls

Tested by 2

TestSetEventTypesFunction · 0.52