| 487 | } |
| 488 | |
| 489 | absl::Status RegisterListDistinctFunction(FunctionRegistry& registry) { |
| 490 | return UnaryFunctionAdapter<absl::StatusOr<Value>, const ListValue&>:: |
| 491 | RegisterMemberOverload("distinct", &ListDistinct, registry); |
| 492 | } |
| 493 | |
| 494 | absl::Status RegisterListFlattenFunction(FunctionRegistry& registry) { |
| 495 | CEL_RETURN_IF_ERROR( |
no outgoing calls
no test coverage detected