MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / HomogeneousLiteralValidator

Function HomogeneousLiteralValidator

validator/homogeneous_literal_validator.h:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

TEST_PFunction · 0.70

Calls

no outgoing calls

Tested by 1

TEST_PFunction · 0.56