()
| 4344 | |
| 4345 | #[test] |
| 4346 | fn no_inputs() { |
| 4347 | let result = intersect_metadata_for_union(std::iter::empty::< |
| 4348 | &HashMap<String, String>, |
| 4349 | >()); |
| 4350 | assert!(result.is_empty()); |
| 4351 | } |
| 4352 | } |
| 4353 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…