()
| 32 | } |
| 33 | |
| 34 | func (e *Enforcer) shouldNotify() bool { |
| 35 | return e.watcher != nil && e.autoNotifyWatcher |
| 36 | } |
| 37 | |
| 38 | // validateConstraintsForGroupingPolicy validates constraints for grouping policy changes. |
| 39 | // It returns an error if constraint validation fails. |
no outgoing calls
no test coverage detected