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