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

Method PrintPolicy

model/policy.go:93–95  ·  view source on GitHub ↗

PrintPolicy prints the policy to log.

()

Source from the content-addressed store, hash-verified

91
92// PrintPolicy prints the policy to log.
93func (model Model) PrintPolicy() {
94 // Logger has been removed - this is now a no-op
95}
96
97// ClearPolicy clears all current policy.
98func (model Model) ClearPolicy() {

Callers 4

BuildRoleLinksMethod · 0.95
loadFilteredPolicyCtxMethod · 0.80
loadFilteredPolicyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected