Skip to main content

luaur_code_gen/methods/
remove_dead_store_state_capture.rs

1impl crate::records::remove_dead_store_state::RemoveDeadStoreState {
2    pub fn capture(&mut self, _reg: i32) {
3        // Empty implementation matches the C++ source: void capture(int reg) {}
4    }
5}