Function materialize_if_needed
pub fn materialize_if_needed(db: &FactsDb, opts: &Options) -> Result<()>Expand description
Materialise changes_lineage if the flag is on. Idempotent; safe to call
from every analysis.
§Errors
Returns crate::CodeLoreError::Analysis on materialise failure.