(&mut self, source: solana_address::Address)
| 100 | } |
| 101 | #[inline(always)] |
| 102 | pub fn source(&mut self, source: solana_address::Address) -> &mut Self { |
| 103 | self.source = Some(source); |
| 104 | self |
| 105 | } |
| 106 | #[inline(always)] |
| 107 | pub fn destination(&mut self, destination: solana_address::Address) -> &mut Self { |
| 108 | self.destination = Some(destination); |
nothing calls this directly
no outgoing calls
no test coverage detected