pub fn member_expr_receiver_name(node: &SyntaxNode) -> Option<String>Expand description
Returns the receiver name (identifier or keyword before the dot) from a NodeMemberExpr.
For Cell.getCell returns Some("Cell"), for this.update returns Some("this").