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

Function regex_namespace_include_directive

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

Source from the content-addressed store, hash-verified

2168}
2169
2170fn regex_namespace_include_directive() -> &'static Regex {
2171 static VALUE: OnceLock<Regex> = OnceLock::new();
2172 VALUE.get_or_init(|| Regex::new(r"^\s*#\s*include").unwrap())
2173}
2174
2175fn regex_named_enum() -> &'static Regex {
2176 static VALUE: OnceLock<Regex> = OnceLock::new();

Callers 2

check_file_contentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected