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

Method uses_bytes

regex/src/prog.rs:134–136  ·  view source on GitHub ↗

Returns true if this program uses Byte instructions instead of Char/Range instructions.

(&self)

Source from the content-addressed store, hash-verified

132 /// Returns true if this program uses Byte instructions instead of
133 /// Char/Range instructions.
134 pub fn uses_bytes(&self) -> bool {
135 self.is_bytes || self.is_dfa
136 }
137
138 /// Returns true if this program exclusively matches valid UTF-8 bytes.
139 ///

Callers 4

exec_pikevmMethod · 0.80
exec_backtrackMethod · 0.80
cMethod · 0.80
c_classMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected