Function get_function

Source
pub fn get_function<'a>(
    codebase: &'a CodebaseMetadata,
    interner: &ThreadedInterner,
    id: &StringIdentifier,
) -> Option<&'a FunctionLikeMetadata>
Expand description

Retrieves the metadata for a global function.

This lookup is case-insensitive.