SourceID returns the expression id associated with the output expression.
()
| 184 | |
| 185 | // SourceID returns the expression id associated with the output expression. |
| 186 | func (o *OutputValue) SourceID() int64 { |
| 187 | return o.exprID |
| 188 | } |
| 189 | |
| 190 | // Expr returns the compiled expression associated with the output. |
| 191 | func (o *OutputValue) Expr() *cel.Ast { |
no outgoing calls
no test coverage detected