MCPcopy 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
313impl State {
314 fn flags(&self) -> StateFlags {
315 StateFlags(self.data[0])
316 }
317
318 fn inst_ptrs(&self) -> InstPtrs {
319 InstPtrs {

Callers 3

exec_byteMethod · 0.45
fmtMethod · 0.45
pFunction · 0.45

Calls 1

StateFlagsClass · 0.85

Tested by

no test coverage detected