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

Function regex_using_namespace_fl

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

Source from the content-addressed store, hash-verified

1885}
1886
1887fn regex_using_namespace_fl() -> &'static Regex {
1888 static VALUE: OnceLock<Regex> = OnceLock::new();
1889 VALUE.get_or_init(|| Regex::new(r"\busing\s+namespace\s+fl\s*;").unwrap())
1890}
1891
1892fn regex_string_literal() -> &'static Regex {
1893 static VALUE: OnceLock<Regex> = OnceLock::new();

Callers 1

check_file_contentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected