Skip to main content

load_cached_10d

Function load_cached_10d 

Source
pub fn load_cached_10d(
    storage_root: impl AsRef<Path>,
    model: AnatomyModel,
    organ_key: &str,
) -> Result<Vec<u8>, String>
Expand description

Load a cached .10d for one organ. Returns Err if not cached or the file is unreadable.