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

Function regex_namespace_include_using

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

Source from the content-addressed store, hash-verified

2158}
2159
2160fn regex_namespace_include_using() -> &'static Regex {
2161 static VALUE: OnceLock<Regex> = OnceLock::new();
2162 VALUE.get_or_init(|| Regex::new(r"^\s*using\s+namespace\s+\w+\s*;").unwrap())
2163}
2164
2165fn regex_namespace_include_open() -> &'static Regex {
2166 static VALUE: OnceLock<Regex> = OnceLock::new();

Callers 2

check_file_contentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected