Expr returns the expression of the AstNode.
()
| 65 | |
| 66 | // Expr returns the expression of the AstNode. |
| 67 | Expr() ast.Expr |
| 68 | |
| 69 | // ComputedSize returns a size estimate of the AstNode derived from information available in the CEL expression. |
| 70 | // For constants and inline list and map declarations, the exact size is returned. For concatenated list, strings |
no outgoing calls