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
pub fn resolve_function_signature<'db>(
db: &'db dyn DwarfDb,
function_index_entry: FunctionIndexEntry<'db>,
) -> Result<FunctionSignature, Error>
Analyze a function to see if it’s a method for the target type