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

Function regex_delete

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

Source from the content-addressed store, hash-verified

1900}
1901
1902fn regex_delete() -> &'static Regex {
1903 static VALUE: OnceLock<Regex> = OnceLock::new();
1904 VALUE.get_or_init(|| Regex::new(r"\bdelete\b").unwrap())
1905}
1906
1907fn regex_malloc_family() -> &'static Regex {
1908 static VALUE: OnceLock<Regex> = OnceLock::new();

Callers 1

check_file_contentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected