pub fn is_call_callee_node(node: Node<'_>) -> bool
Whether node is part of a call’s callee expression, walking only through the grammar wrappers that can structurally contain that callee.
node