(&self)
| 176 | } |
| 177 | #[inline(always)] |
| 178 | pub fn invoke(&self) -> solana_program_error::ProgramResult { |
| 179 | self.invoke_signed_with_remaining_accounts(&[], &[]) |
| 180 | } |
| 181 | #[inline(always)] |
| 182 | pub fn invoke_with_remaining_accounts( |
| 183 | &self, |
nothing calls this directly
no test coverage detected