Function callable_for_node

Source
pub fn callable_for_node(
    sema: &Semantics<'_, RootDatabase>,
    calling_node: &CallableExpr,
    offset: TextSize,
) -> Option<(Callable, Option<usize>)>