pub(crate) fn collect_preprocessor_data(
gcx: Gcx<'_>,
referenced_contracts: &HashSet<ContractId>,
) -> BTreeMap<ContractId, ContractData>
Expand description
Collects preprocessor data from referenced contracts.
pub(crate) fn collect_preprocessor_data(
gcx: Gcx<'_>,
referenced_contracts: &HashSet<ContractId>,
) -> BTreeMap<ContractId, ContractData>
Collects preprocessor data from referenced contracts.