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

Method u8_class

regex/src/dfa.rs:1565–1567  ·  view source on GitHub ↗
(&self, b: u8)

Source from the content-addressed store, hash-verified

1563 /// Like byte_class, but explicitly for u8s.
1564 #[inline(always)]
1565 fn u8_class(&self, b: u8) -> usize {
1566 self.prog.byte_classes[b as usize] as usize
1567 }
1568
1569 /// Returns true if the DFA should continue searching past the first match.
1570 ///

Callers 1

byte_classMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected