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

Function regex_quoted_include_line

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

Source from the content-addressed store, hash-verified

1952}
1953
1954fn regex_quoted_include_line() -> &'static Regex {
1955 static VALUE: OnceLock<Regex> = OnceLock::new();
1956 VALUE.get_or_init(|| Regex::new(r#"^\s*#\s*include\s+"([^"]+)""#).unwrap())
1957}
1958
1959fn regex_builtin_memcpy() -> &'static Regex {
1960 static VALUE: OnceLock<Regex> = OnceLock::new();

Callers 2

check_file_contentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected