| 466 | } |
| 467 | |
| 468 | type baseCallExpr struct { |
| 469 | function string |
| 470 | target Expr |
| 471 | args []Expr |
| 472 | isMember bool |
| 473 | } |
| 474 | |
| 475 | func (*baseCallExpr) Kind() ExprKind { |
| 476 | return CallKind |
nothing calls this directly
no outgoing calls
no test coverage detected