(&self, args: AllocateInstructionArgs)
| 18 | |
| 19 | impl Allocate { |
| 20 | pub fn instruction(&self, args: AllocateInstructionArgs) -> solana_instruction::Instruction { |
| 21 | self.instruction_with_remaining_accounts(args, &[]) |
| 22 | } |
| 23 | #[allow(clippy::arithmetic_side_effects)] |
| 24 | #[allow(clippy::vec_init_then_push)] |
| 25 | pub fn instruction_with_remaining_accounts( |
nothing calls this directly
no test coverage detected