(&self, signers_seeds: &[&[&[u8]]])
| 168 | } |
| 169 | #[inline(always)] |
| 170 | pub fn invoke_signed(&self, signers_seeds: &[&[&[u8]]]) -> solana_program_error::ProgramResult { |
| 171 | self.invoke_signed_with_remaining_accounts(signers_seeds, &[]) |
| 172 | } |
| 173 | #[allow(clippy::arithmetic_side_effects)] |
| 174 | #[allow(clippy::clone_on_copy)] |
| 175 | #[allow(clippy::vec_init_then_push)] |
no test coverage detected