find_function

Function find_function 

Source
pub fn find_function<'a>(
    env: &'a Env,
    c_identifier: &str,
) -> Option<&'a Function>