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

Method Range

detector/default_detector.go:27–27  ·  view source on GitHub ↗
(func(name1, name2 string, domain ...string) bool)

Source from the content-addressed store, hash-verified

25// This is used to build the adjacency graph for cycle detection.
26type rangeableRM interface {
27 Range(func(name1, name2 string, domain ...string) bool)
28}
29
30// DefaultDetector is the default implementation of the Detector interface.

Callers 15

removeMatchesMethod · 0.65
rangeRolesMethod · 0.65
rangeUsersMethod · 0.65
rangeMatchingRolesMethod · 0.65
copyFromMethod · 0.65
rangeLinksFunction · 0.65
AddMatchingFuncMethod · 0.65
AddDomainMatchingFuncMethod · 0.65
rebuildMethod · 0.65
getRoleManagerMethod · 0.65
GetDomainsMethod · 0.65

Implementers 1

RoleManagerImplrbac/default-role-manager/role_manager

Calls

no outgoing calls

Tested by

no test coverage detected