Check if the set is empty.
(&self)
| 344 | |
| 345 | /// Check if the set is empty. |
| 346 | pub fn is_empty(&self) -> bool { |
| 347 | self.signatures.is_empty() |
| 348 | } |
| 349 | |
| 350 | /// Get all signer IDs. |
| 351 | pub fn signer_ids(&self) -> Vec<IdentityId> { |
no outgoing calls
no test coverage detected