Function callable_for_arg_list

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

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