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

Method build

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

Build a parser from this configuration with the given pattern.

(&self)

Source from the content-addressed store, hash-verified

25
26 /// Build a parser from this configuration with the given pattern.
27 pub fn build(&self) -> Parser {
28 Parser {
29 ast: self.ast.build(),
30 hir: self.hir.build(),
31 }
32 }
33
34 /// Set the nesting limit for this parser.
35 ///

Callers 4

cmd_hirFunction · 0.45
cmd_utf8_rangesFunction · 0.45
parseFunction · 0.45
newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected