Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidblewett/rure-python
/ is_eof
Method
is_eof
regex/src/dfa.rs:1757–1757 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1755
fn byte(b: u8) -> Self { Byte(b as u16) }
1756
fn eof() -> Self { Byte(256) }
1757
fn is_eof(&self) -> bool { self.0 == 256 }
1758
1759
fn is_ascii_word(&self) -> bool {
1760
let b = match self.as_byte() {
Callers
2
exec_byte
Method · 0.45
as_byte
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected