(&self)
| 125 | /// Return the length of this set |
| 126 | #[cfg(test)] |
| 127 | pub fn len(&self) -> usize { |
| 128 | self.inner.len() |
| 129 | } |
| 130 | |
| 131 | /// Return an iterator over the join keys in this set |
| 132 | pub fn iter(&self) -> impl Iterator<Item = (&Expr, &Expr)> { |
no outgoing calls
no test coverage detected