| 58 | using ::testing::Truly; |
| 59 | |
| 60 | int GetExprId() { |
| 61 | static int id = 0; |
| 62 | id++; |
| 63 | return id; |
| 64 | } |
| 65 | |
| 66 | // Simple function that takes no arguments and returns a constant value. |
| 67 | class ConstFunction : public CelFunction { |
no outgoing calls
no test coverage detected