Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidblewett/rure-python
/ StateFlags
Class
StateFlags
regex/src/dfa.rs:422–422 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
420
/// represented by a `u8` so that it is compact.
421
#[derive(Clone, Copy, Eq, Default, Hash, PartialEq)]
422
struct StateFlags(u8);
423
424
impl Cache {
425
/// Create new empty cache for the DFA engine.
Callers
2
flags
Method · 0.85
p
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected