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

Function regex_has_include

ci/lint_cpp_rs/src/lib.rs:1877–1880  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1875}
1876
1877fn regex_has_include() -> &'static Regex {
1878 static VALUE: OnceLock<Regex> = OnceLock::new();
1879 VALUE.get_or_init(|| Regex::new(r"\b__has_include\s*\(").unwrap())
1880}
1881
1882fn regex_static_assert() -> &'static Regex {
1883 static VALUE: OnceLock<Regex> = OnceLock::new();

Callers 1

check_file_contentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected