| 1052 | DirectFunctionStepTest() = default; |
| 1053 | |
| 1054 | void SetUp() override { |
| 1055 | ASSERT_OK(cel::RegisterStandardFunctions(registry_, options_)); |
| 1056 | } |
| 1057 | |
| 1058 | std::vector<cel::FunctionOverloadReference> GetOverloads( |
| 1059 | absl::string_view name, int64_t arguments_size) { |
nothing calls this directly
no test coverage detected