| 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>, |
nothing calls this directly
no outgoing calls
no test coverage detected