Skip to main content

load

Function load 

Source
pub fn load(
    dir: &Path,
    source: &str,
    config_bits: u64,
    tier: u8,
) -> Option<FnBytecode>
Expand description

Load the body cached for (source, config, tier) from dir; None on miss or corruption.