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

Function regex_deleted_func_eol

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

Source from the content-addressed store, hash-verified

1920}
1921
1922fn regex_deleted_func_eol() -> &'static Regex {
1923 static VALUE: OnceLock<Regex> = OnceLock::new();
1924 VALUE.get_or_init(|| Regex::new(r"=\s*delete\s*$").unwrap())
1925}
1926
1927fn regex_inline_func() -> &'static Regex {
1928 static VALUE: OnceLock<Regex> = OnceLock::new();

Callers 1

check_file_contentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected