Function ide_db::active_parameter::callable_for_node

source ยท
pub fn callable_for_node(
    sema: &Semantics<'_, RootDatabase>,
    calling_node: &CallableExpr,
    token: &SyntaxToken,
) -> Option<(Callable, Option<usize>)>