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