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

Function regex_std_usage

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

Source from the content-addressed store, hash-verified

2328}
2329
2330fn regex_std_usage() -> &'static Regex {
2331 static VALUE: OnceLock<Regex> = OnceLock::new();
2332 VALUE.get_or_init(|| Regex::new(r"std::\w+").unwrap())
2333}
2334
2335fn regex_serial_method() -> &'static Regex {
2336 static VALUE: OnceLock<Regex> = OnceLock::new();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected