| 52 | pub mod update_royalties; |
| 53 | |
| 54 | pub struct Processor {} |
| 55 | |
| 56 | // We add an offset larger than 1 to keep the instruction's internal arguments aligned |
| 57 | pub(crate) const INSTRUCTION_TAG_OFFSET: usize = 8; |
nothing calls this directly
no outgoing calls
no test coverage detected