Skip to main content

save_module_cache

Function save_module_cache 

Source
pub fn save_module_cache(
    compiled: &CompiledModule,
    store: &Store,
    project_root: &Path,
    ufcs_methods: &FxHashSet<(String, String)>,
) -> Result<()>