()
| 232 | } |
| 233 | |
| 234 | fn allow_everything() -> Self { |
| 235 | Self { |
| 236 | ids: HashSet::new(), |
| 237 | impossible_result: false, |
| 238 | } |
| 239 | } |
| 240 | |
| 241 | fn test(&self, object: &RepoObject) -> bool { |
| 242 | if self.impossible_result { |
nothing calls this directly
no outgoing calls
no test coverage detected