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

Method HasGroupingPolicy

enforcer_interface.go:129–129  ·  view source on GitHub ↗
(params ...interface{})

Source from the content-addressed store, hash-verified

127 RemoveNamedPolicies(ptype string, rules [][]string) (bool, error)
128 RemoveFilteredNamedPolicy(ptype string, fieldIndex int, fieldValues ...string) (bool, error)
129 HasGroupingPolicy(params ...interface{}) (bool, error)
130 HasNamedGroupingPolicy(ptype string, params ...interface{}) (bool, error)
131 AddGroupingPolicy(params ...interface{}) (bool, error)
132 AddGroupingPolicies(rules [][]string) (bool, error)

Callers 2

HasGroupingPolicyMethod · 0.65
testHasGroupingPolicyFunction · 0.65

Implementers 1

Enforcerenforcer.go

Calls

no outgoing calls

Tested by 1

testHasGroupingPolicyFunction · 0.52