pub fn load_cached_crate_functions(
db: &dyn LoweringGroup,
crate_id: CrateId,
) -> Option<Arc<OrderedHashMap<FunctionWithBodyId, MultiLowering>>>
Expand description
Load the cached lowering of a crate if it has a cache file configuration.
pub fn load_cached_crate_functions(
db: &dyn LoweringGroup,
crate_id: CrateId,
) -> Option<Arc<OrderedHashMap<FunctionWithBodyId, MultiLowering>>>
Load the cached lowering of a crate if it has a cache file configuration.