(&self)
| 89 | } |
| 90 | |
| 91 | pub fn len(&self) -> usize { |
| 92 | self.0.len() |
| 93 | } |
| 94 | |
| 95 | /// Given multiple `MetaStatement::WitnessEquality` which might have common witness references, |
| 96 | /// return a list of `EqualWitnesses` with no common references. The objective is the same as |
no outgoing calls
no test coverage detected