* Return true if the given expression is a call expression, or false otherwise.
(node: TExpression)
| 94 | * Return true if the given expression is a call expression, or false otherwise. |
| 95 | */ |
| 96 | isCallExpression(node: TExpression): boolean; |
| 97 | /** |
| 98 | * Returns the expression that is called in the provided call expression, or throw if it is not |
| 99 | * a call expression. |
no outgoing calls
no test coverage detected