Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidblewett/rure-python
/ has_empty
Method
has_empty
regex/src/dfa.rs:1745–1747 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1743
}
1744
1745
fn has_empty(&self) -> bool {
1746
self.0 & 0b00000_1_00 > 0
1747
}
1748
1749
fn set_empty(&mut self) {
1750
self.0 |= 0b00000_1_00;
Callers
2
exec_byte
Method · 0.80
fmt
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected