Get the number of signatures.
(&self)
| 339 | |
| 340 | /// Get the number of signatures. |
| 341 | pub fn len(&self) -> usize { |
| 342 | self.signatures.len() |
| 343 | } |
| 344 | |
| 345 | /// Check if the set is empty. |
| 346 | pub fn is_empty(&self) -> bool { |
no outgoing calls
no test coverage detected