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

Function regex_static_assert

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

Source from the content-addressed store, hash-verified

1880}
1881
1882fn regex_static_assert() -> &'static Regex {
1883 static VALUE: OnceLock<Regex> = OnceLock::new();
1884 VALUE.get_or_init(|| Regex::new(r"\bstatic_assert\s*\(").unwrap())
1885}
1886
1887fn regex_using_namespace_fl() -> &'static Regex {
1888 static VALUE: OnceLock<Regex> = OnceLock::new();

Callers 1

check_file_contentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected