()
| 225 | |
| 226 | impl UrlMatches { |
| 227 | fn impossible_result() -> Self { |
| 228 | Self { |
| 229 | ids: HashSet::new(), |
| 230 | impossible_result: true, |
| 231 | } |
| 232 | } |
| 233 | |
| 234 | fn allow_everything() -> Self { |
| 235 | Self { |
nothing calls this directly
no outgoing calls
no test coverage detected