MCPcopy Create free account
hub / github.com/caverav/flutterdec / DecompileEngineOptions

Class DecompileEngineOptions

crates/flutterdec-core/src/lib.rs:142–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142#[derive(Debug, Clone, Default)]
143pub 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)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected