| 124 | } |
| 125 | |
| 126 | pub trait CalculateOffset { |
| 127 | fn modify(&mut self, element: Opcode) -> Script; |
| 128 | } |
| 129 | |
| 130 | impl CalculateOffset for i32 { |
| 131 | /// To calculate the place of the tables on the stack, opcodes are pushed with this function in certain parts |
nothing calls this directly
no outgoing calls
no test coverage detected