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

Class PackageCount

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

Source from the content-addressed store, hash-verified

217 pub dart_tag_style: Option<String>,
218 /// Whether the snapshot was built with compressed pointers, read from the
219 /// features string in its header rather than inferred from the code. It
220 /// decides the width of a reference field and the value of `kSmiBits`, so it
221 /// selects which offset tables apply. `None` means the header did not parse
222 /// and nothing may be assumed.
223 pub compressed_pointers: Option<bool>,
224 /// The snapshot's features string verbatim, when the header parsed.
225 pub snapshot_features: Option<String>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected