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

Function regex_new_alloc

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

Source from the content-addressed store, hash-verified

1895}
1896
1897fn regex_new_alloc() -> &'static Regex {
1898 static VALUE: OnceLock<Regex> = OnceLock::new();
1899 VALUE.get_or_init(|| Regex::new(r"\bnew\s+[A-Za-z_:]").unwrap())
1900}
1901
1902fn regex_delete() -> &'static Regex {
1903 static VALUE: OnceLock<Regex> = OnceLock::new();

Callers 1

check_file_contentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected