| 29 | std::vector<std::string> exempt_functions); |
| 30 | |
| 31 | inline Validation HomogeneousLiteralValidator() { |
| 32 | // Default to exempting the strings extension "format" function. |
| 33 | return HomogeneousLiteralValidator({"format"}); |
| 34 | } |
| 35 | |
| 36 | } // namespace cel |
| 37 |