(&self, path: &Rc<Path>)
| 213 | } |
| 214 | |
| 215 | pub fn contains(&self, path: &Rc<Path>) -> bool { |
| 216 | self.intervals.contains_key(path) |
| 217 | } |
| 218 | |
| 219 | pub fn get_domain_type() -> AbstractDomainType { |
| 220 | <Self as GetDomainType>::get_domain_type() |
no test coverage detected