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