(&self)
| 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 |
no outgoing calls
no test coverage detected