MCPcopy Create free account
hub / github.com/davidblewett/rure-python / inst_ptrs

Method inst_ptrs

regex/src/dfa.rs:318–323  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

316 }
317
318 fn inst_ptrs(&self) -> InstPtrs {
319 InstPtrs {
320 base: 0,
321 data: &self.data[1..],
322 }
323 }
324}
325
326/// `StatePtr` is a 32 bit pointer to the start of a row in the transition

Callers 5

forward_manyMethod · 0.80
exec_atMethod · 0.80
exec_byteMethod · 0.80
fmtMethod · 0.80
pFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected