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

Method as_byte

regex/src/dfa.rs:1770–1776  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1768 }
1769
1770 fn as_byte(&self) -> Option<u8> {
1771 if self.is_eof() {
1772 None
1773 } else {
1774 Some(self.0 as u8)
1775 }
1776 }
1777}
1778
1779impl fmt::Debug for State {

Callers 3

exec_byteMethod · 0.80
byte_classMethod · 0.80
is_ascii_wordMethod · 0.80

Calls 1

is_eofMethod · 0.45

Tested by

no test coverage detected