MCPcopy Create free account
hub / github.com/FastLED/FastLED / ends_with_any

Function ends_with_any

ci/lint_cpp_rs/src/lib.rs:1806–1808  ·  view source on GitHub ↗
(path: &str, suffixes: &[&str])

Source from the content-addressed store, hash-verified

1804}
1805
1806fn ends_with_any(path: &str, suffixes: &[&str]) -> bool {
1807 suffixes.iter().any(|suffix| path.ends_with(suffix))
1808}
1809
1810fn is_excluded_file(path: &str) -> bool {
1811 EXCLUDED_FILES

Callers 4

iwyu_classify_headerFunction · 0.85
should_process_fileMethod · 0.85
check_file_contentMethod · 0.85

Calls 2

anyMethod · 0.65
ends_withMethod · 0.45

Tested by

no test coverage detected