| 181 | // and perform basic security checks. |
| 182 | #[derive(Debug, Clone)] |
| 183 | pub struct InstructionIndex { |
| 184 | is_initialized: bool, |
| 185 | pub signer_pubkey: Pubkey, |
| 186 | pub current_instruction_index: usize, |
| 187 | } |
| 188 | |
| 189 | impl Sealed for InstructionIndex {} |
| 190 |
nothing calls this directly
no outgoing calls
no test coverage detected