Function resolve_function_signature

Source
pub fn resolve_function_signature<'db>(
    db: &'db dyn DwarfDb,
    function_index_entry: FunctionIndexEntry<'db>,
) -> Result<FunctionSignature, Error>
Expand description

Analyze a function to see if it’s a method for the target type