Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidblewett/rure-python
/ flags
Method
flags
regex/src/dfa.rs:314–316 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
312
313
impl State {
314
fn flags(&self) -> StateFlags {
315
StateFlags(self.data[0])
316
}
317
318
fn inst_ptrs(&self) -> InstPtrs {
319
InstPtrs {
Callers
3
exec_byte
Method · 0.45
fmt
Method · 0.45
p
Function · 0.45
Calls
1
StateFlags
Class · 0.85
Tested by
no test coverage detected