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

Method new

regex/regex-syntax/src/parser.rs:22–24  ·  view source on GitHub ↗

Create a new parser builder with a default configuration.

()

Source from the content-addressed store, hash-verified

20impl ParserBuilder {
21 /// Create a new parser builder with a default configuration.
22 pub fn new() -> ParserBuilder {
23 ParserBuilder::default()
24 }
25
26 /// Build a parser from this configuration with the given pattern.
27 pub fn build(&self) -> Parser {

Callers

nothing calls this directly

Calls 1

buildMethod · 0.45

Tested by

no test coverage detected