(&self, context: &Context)
| 187 | } |
| 188 | |
| 189 | pub fn execute(&self, context: &Context) -> ResolveResult { |
| 190 | Value::resolve(&self.expression, context) |
| 191 | } |
| 192 | |
| 193 | /// Returns the variables and functions referenced by the CEL program |
| 194 | /// |
no outgoing calls