SourceID returns the expression id associated with the output expression.
()
| 170 | |
| 171 | // SourceID returns the expression id associated with the output expression. |
| 172 | func (o *OutputValue) SourceID() int64 { |
| 173 | return o.exprID |
| 174 | } |
| 175 | |
| 176 | // Expr returns the compiled expression associated with the output. |
| 177 | func (o *OutputValue) Expr() *cel.Ast { |
no outgoing calls
no test coverage detected