(path: &str)
| 3559 | return false; |
| 3560 | } |
| 3561 | let visible = if filter.is_empty() && state.activity_mode != "glb" { |
| 3562 | file_path_tree_visible(path, &state.file_expanded_paths) |
| 3563 | } else { |
| 3564 | true |
| 3565 | }; |
| 3566 | visible && (filter.is_empty() || file_path_matches_filter(path, &filter)) |
no outgoing calls
no test coverage detected