Total number of registered policies.
(&self)
| 207 | |
| 208 | /// Total number of registered policies. |
| 209 | pub fn len(&self) -> usize { |
| 210 | self.policies.len() |
| 211 | } |
| 212 | |
| 213 | pub fn is_empty(&self) -> bool { |
| 214 | self.policies.is_empty() |
no outgoing calls
no test coverage detected