MCPcopy Create free account
hub / github.com/apache/casbin / BatchEnforce

Method BatchEnforce

enforcer_interface.go:60–60  ·  view source on GitHub ↗
(requests [][]interface{})

Source from the content-addressed store, hash-verified

58 EnforceEx(rvals ...interface{}) (bool, []string, error)
59 EnforceExWithMatcher(matcher string, rvals ...interface{}) (bool, []string, error)
60 BatchEnforce(requests [][]interface{}) ([]bool, error)
61 BatchEnforceWithMatcher(matcher string, requests [][]interface{}) ([]bool, error)
62 Explain(rvals ...interface{}) (string, error)
63

Callers 2

BatchEnforceMethod · 0.65
testBatchEnforceFunction · 0.65

Implementers 1

Enforcerenforcer.go

Calls

no outgoing calls

Tested by 1

testBatchEnforceFunction · 0.52