fn compute_metadata( unit: &Unit, build_runner: &BuildRunner<'_, '_>, metas: &mut HashMap<Unit, Metadata>, ) -> Metadata
Computes the metadata hash for the given Unit.
Unit