| 691 | func (*baseMapExpr) isExpr() {} |
| 692 | |
| 693 | type baseSelectExpr struct { |
| 694 | operand Expr |
| 695 | field string |
| 696 | testOnly bool |
| 697 | } |
| 698 | |
| 699 | func (*baseSelectExpr) Kind() ExprKind { |
| 700 | return SelectKind |
nothing calls this directly
no outgoing calls
no test coverage detected