(excluded_dir_rel: &str)
| 3004 | } |
| 3005 | |
| 3006 | fn test_aggregator_rel_for_dir(excluded_dir_rel: &str) -> String { |
| 3007 | format!("{excluded_dir_rel}.cpp") |
| 3008 | } |
| 3009 | |
| 3010 | fn resolve_test_include(root_prefix: &str, aggregator_rel: &str, include_path: &str) -> String { |
| 3011 | let aggregator_parent = aggregator_rel |
no outgoing calls
no test coverage detected