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

Method parser

regex/regex-syntax/src/ast/parse.rs:380–382  ·  view source on GitHub ↗

Return a reference to the parser state.

(&self)

Source from the content-addressed store, hash-verified

378
379 /// Return a reference to the parser state.
380 fn parser(&self) -> &Parser {
381 self.parser.borrow()
382 }
383
384 /// Return a reference to the pattern being parsed.
385 fn pattern(&self) -> &str {

Callers 15

offsetMethod · 0.80
lineMethod · 0.80
columnMethod · 0.80
next_capture_indexMethod · 0.80
add_capture_nameMethod · 0.80
ignore_whitespaceMethod · 0.80
bumpMethod · 0.80
bump_spaceMethod · 0.80
posMethod · 0.80
push_groupMethod · 0.80
pop_groupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected