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

Function regex_deleted_func

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

Source from the content-addressed store, hash-verified

1915}
1916
1917fn regex_deleted_func() -> &'static Regex {
1918 static VALUE: OnceLock<Regex> = OnceLock::new();
1919 VALUE.get_or_init(|| Regex::new(r"=\s*delete\s*[;{]").unwrap())
1920}
1921
1922fn regex_deleted_func_eol() -> &'static Regex {
1923 static VALUE: OnceLock<Regex> = OnceLock::new();

Callers 1

check_file_contentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected