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

Method needs_dotstar

regex/src/prog.rs:128–130  ·  view source on GitHub ↗

Returns true if the current configuration demands that an implicit `.*?` be prepended to the instruction sequence.

(&self)

Source from the content-addressed store, hash-verified

126 /// Returns true if the current configuration demands that an implicit
127 /// `.*?` be prepended to the instruction sequence.
128 pub fn needs_dotstar(&self) -> bool {
129 self.is_dfa && !self.is_reverse && !self.is_anchored_start
130 }
131
132 /// Returns true if this program uses Byte instructions instead of
133 /// Char/Range instructions.

Callers 2

compile_oneMethod · 0.80
compile_manyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected