Function callable_for_arg_list

Source
pub fn callable_for_arg_list(
    sema: &Semantics<'_, RootDatabase>,
    arg_list: ArgList,
    at: TextSize,
) -> Option<(Callable, Option<usize>)>
Expand description

Returns a [hir::Callable] this token is a part of and its argument index of said callable.