MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / capitalized_re

Function capitalized_re

codegraph-kernel/src/php.rs:105–108  ·  view source on GitHub ↗

extractStaticMemberRef's capitalized-receiver test.

()

Source from the content-addressed store, hash-verified

103}
104/// extractStaticMemberRef's capitalized-receiver test.
105fn capitalized_re() -> &'static Regex {
106 static RE: OnceLock<Regex> = OnceLock::new();
107 RE.get_or_init(|| Regex::new(r"^[A-Z][A-Za-z0-9_]*$").unwrap())
108}
109
110struct Scope {
111 row: u32,

Callers 1

Calls 1

unwrapMethod · 0.60

Tested by

no test coverage detected