(&mut self, space: u64)
| 97 | } |
| 98 | #[inline(always)] |
| 99 | pub fn space(&mut self, space: u64) -> &mut Self { |
| 100 | self.space = Some(space); |
| 101 | self |
| 102 | } |
| 103 | /// Add an additional account to the instruction. |
| 104 | #[inline(always)] |
| 105 | pub fn add_remaining_account(&mut self, account: solana_instruction::AccountMeta) -> &mut Self { |
nothing calls this directly
no outgoing calls
no test coverage detected