()
| 59 | |
| 60 | impl Default for AllocateInstructionData { |
| 61 | fn default() -> Self { |
| 62 | Self::new() |
| 63 | } |
| 64 | } |
| 65 | |
| 66 | #[derive(BorshSerialize, BorshDeserialize, Clone, Debug, Eq, PartialEq)] |
nothing calls this directly
no outgoing calls
no test coverage detected