| 72 | |
| 73 | #[derive(Debug, Clone, Serialize, Deserialize, PartialEq)] |
| 74 | pub struct StatefulSimulationEndResponse { |
| 75 | pub success: bool, |
| 76 | } |
| 77 | |
| 78 | #[derive(Debug, Clone, Serialize, Deserialize, PartialEq)] |
| 79 | pub struct StateOverride { |
nothing calls this directly
no outgoing calls
no test coverage detected