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

Method PrintModel

model/model.go:225–227  ·  view source on GitHub ↗

PrintModel prints the model to the log.

()

Source from the content-addressed store, hash-verified

223
224// PrintModel prints the model to the log.
225func (model Model) PrintModel() {
226 // Logger has been removed - this is now a no-op
227}
228
229func (model Model) SortPoliciesBySubjectHierarchy() error {
230 if model["e"]["e"].Value != constant.SubjectPriorityEffect {

Callers 2

LoadModelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected