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

Function regex_destructor_decl

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

Source from the content-addressed store, hash-verified

2200}
2201
2202fn regex_destructor_decl() -> &'static Regex {
2203 static VALUE: OnceLock<Regex> = OnceLock::new();
2204 VALUE.get_or_init(|| Regex::new(r"~(\w+)\s*\(").unwrap())
2205}
2206
2207fn regex_operator_assign_decl() -> &'static Regex {
2208 static VALUE: OnceLock<Regex> = OnceLock::new();

Callers 1

classify_noexcept_lineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected