(&self)
| 12 | |
| 13 | impl MatchingRules { |
| 14 | pub fn is_empty(&self) -> bool { |
| 15 | self.deny.is_empty() && self.allow.is_empty() && self.ask.is_empty() |
| 16 | } |
| 17 | } |
| 18 | |
| 19 | /// Permission manager that handles per-session permissions |
no outgoing calls
no test coverage detected