MCPcopy 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)]
422struct StateFlags(u8);
423
424impl Cache {
425 /// Create new empty cache for the DFA engine.

Callers 2

flagsMethod · 0.85
pFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected