Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1779
impl fmt::Debug for State {
Callers
3
exec_byte
Method · 0.80
byte_class
Method · 0.80
is_ascii_word
Method · 0.80
Calls
1
is_eof
Method · 0.45
Tested by
no test coverage detected