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

Function ws_re

codegraph-kernel/src/scala.rs:116–119  ·  view source on GitHub ↗

JS `\s+` for the re-encode/return-type strips (Unicode whitespace).

()

Source from the content-addressed store, hash-verified

114}
115/// JS `\s+` for the re-encode/return-type strips (Unicode whitespace).
116fn ws_re() -> &'static Regex {
117 static RE: OnceLock<Regex> = OnceLock::new();
118 RE.get_or_init(|| Regex::new(r"\s+").unwrap())
119}
120
121struct Scope {
122 row: u32,

Callers 2

return_type_ofMethod · 0.85
extract_callMethod · 0.85

Calls 1

unwrapMethod · 0.60

Tested by

no test coverage detected