compile_pc_dispatcher_function

Function compile_pc_dispatcher_function 

Source
fn compile_pc_dispatcher_function(
    f: &Function,
    meta: &Meta,
    user_fns: &HashSet<String>,
    layout: &GlobalLayout,
    out: &mut Vec<Item>,
) -> Result<()>