| 140 | } |
| 141 | |
| 142 | #[derive(Debug, Clone, Default)] |
| 143 | pub struct DecompileEngineOptionOverrides { |
| 144 | pub canonical_model_symbols: Option<bool>, |
| 145 | pub pool_value_hints: Option<bool>, |
| 146 | pub pool_semantic_hints: Option<bool>, |
| 147 | pub semantic_reporting: Option<bool>, |
| 148 | pub bootflow_category_seeds: Option<bool>, |
| 149 | pub apk_startup_analysis: Option<bool>, |
| 150 | } |
| 151 | |
| 152 | #[derive(Debug, Clone, Serialize)] |
nothing calls this directly
no outgoing calls
no test coverage detected