MCPcopy Create free account
hub / github.com/davidblewett/rure-python / parse

Function parse

regex/regex-syntax/src/hir/translate.rs:1127–1129  ·  view source on GitHub ↗
(pattern: &str)

Source from the content-addressed store, hash-verified

1125 }
1126
1127 fn parse(pattern: &str) -> Ast {
1128 ParserBuilder::new().octal(true).build().parse(pattern).unwrap()
1129 }
1130
1131 fn t(pattern: &str) -> Hir {
1132 TranslatorBuilder::new()

Callers 3

tFunction · 0.70
t_errFunction · 0.70
t_bytesFunction · 0.70

Calls 4

unwrapMethod · 0.80
parseMethod · 0.45
buildMethod · 0.45
octalMethod · 0.45

Tested by

no test coverage detected