Returns if the set of IDs is empty.
(&self)
| 2322 | |
| 2323 | /// Returns if the set of IDs is empty. |
| 2324 | pub fn is_empty(&self) -> bool { |
| 2325 | self.entries.is_empty() |
| 2326 | } |
| 2327 | |
| 2328 | /// Returns all of the [`GlobalId`]s in this set. |
| 2329 | pub fn collections(&self) -> impl Iterator<Item = &GlobalId> { |
no outgoing calls
no test coverage detected