pub fn load( dir: &Path, source: &str, config_bits: u64, tier: u8, ) -> Option<FnBytecode>
Load the body cached for (source, config, tier) from dir; None on miss or corruption.
(source, config, tier)
dir
None