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

Method pattern

regex/regex-syntax/src/ast/mod.rs:52–54  ·  view source on GitHub ↗

The original pattern string in which this error occurred. Every span reported by this error is reported in terms of this string.

(&self)

Source from the content-addressed store, hash-verified

50 ///
51 /// Every span reported by this error is reported in terms of this string.
52 pub fn pattern(&self) -> &str {
53 &self.pattern
54 }
55
56 /// Return the span at which this error occurred.
57 pub fn span(&self) -> &Span {

Callers 3

slowMethod · 0.45
slowMethod · 0.45
fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected