Helper method. Looks up in registry and tests comparison operation.
| 59 | |
| 60 | // Helper method. Looks up in registry and tests comparison operation. |
| 61 | void PerformRun(absl::string_view operation, absl::optional<CelValue> target, |
| 62 | const std::vector<CelValue>& values, CelValue* result) { |
| 63 | PerformRun(operation, target, values, result, options_); |
| 64 | } |
| 65 | |
| 66 | // Helper method. Looks up in registry and tests comparison operation. |
| 67 | void PerformRun(absl::string_view operation, absl::optional<CelValue> target, |
nothing calls this directly
no test coverage detected