Function haybale::get_path_length

source ·
pub fn get_path_length<'p>(path: &Vec<PathEntry<'p>>) -> usize
Expand description

Returns the number of LLVM instructions in a passed path. The returned value is only accurate if the path under analysis does not include a panic, exception, exit, or any hooked calls (such as inline assembly).