(&self)
| 157 | } |
| 158 | #[inline(always)] |
| 159 | pub fn invoke(&self) -> solana_program_error::ProgramResult { |
| 160 | self.invoke_signed_with_remaining_accounts(&[], &[]) |
| 161 | } |
| 162 | #[inline(always)] |
| 163 | pub fn invoke_with_remaining_accounts( |
| 164 | &self, |
nothing calls this directly
no test coverage detected