Whether any [`ExprData::FVar`] occurrence is reachable. Computed at construction time and propagated via OR through composite nodes, so the check is O(1) per call.
(&self)
| 131 | self.info().has_fvars |
| 132 | } |
| 133 | |
| 134 | pub fn mdata(&self) -> &M::MField<Vec<MData>> { |
| 135 | &self.info().mdata |
| 136 | } |
| 137 | |
| 138 | /// Canonical identity key for cache lookups: the intern-assigned uid. |
no test coverage detected