MCPcopy Create free account
hub / github.com/coooodeer/parse-rust / CustomTypePattern

Class CustomTypePattern

src/compiler.rs:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24#[derive(Debug, Clone)]
25pub struct CustomTypePattern {
26 pub pattern: String,
27 pub regex_group_count: usize,
28}
29
30/// Characters that have special meaning in regex and need escaping.
31const REGEX_SPECIAL: &[char] = &[

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected