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

Function is_excluded_file

ci/lint_cpp_rs/src/lib.rs:1810–1814  ·  view source on GitHub ↗
(path: &str)

Source from the content-addressed store, hash-verified

1808}
1809
1810fn is_excluded_file(path: &str) -> bool {
1811 EXCLUDED_FILES
1812 .iter()
1813 .any(|excluded| path.ends_with(excluded))
1814}
1815
1816fn split_line_comment(line: &str) -> &str {
1817 line.split("//").next().unwrap_or(line)

Callers 1

should_process_fileMethod · 0.70

Calls 2

anyMethod · 0.65
ends_withMethod · 0.45

Tested by

no test coverage detected