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

Function regex_operator_assign_decl

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

Source from the content-addressed store, hash-verified

2205}
2206
2207fn regex_operator_assign_decl() -> &'static Regex {
2208 static VALUE: OnceLock<Regex> = OnceLock::new();
2209 VALUE.get_or_init(|| Regex::new(r"\boperator\s*=\s*\(").unwrap())
2210}
2211
2212fn regex_member_trailing_underscore() -> &'static Regex {
2213 static VALUE: OnceLock<Regex> = OnceLock::new();

Callers 1

classify_noexcept_lineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected