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

Method SetUp

eval/eval/function_step_test.cc:1054–1056  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected