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

Function regex_namespace_include_open

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

Source from the content-addressed store, hash-verified

2163}
2164
2165fn regex_namespace_include_open() -> &'static Regex {
2166 static VALUE: OnceLock<Regex> = OnceLock::new();
2167 VALUE.get_or_init(|| Regex::new(r"^\s*namespace\s+\w+\s*\{").unwrap())
2168}
2169
2170fn regex_namespace_include_directive() -> &'static Regex {
2171 static VALUE: OnceLock<Regex> = OnceLock::new();

Callers 2

check_file_contentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected