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

Method SetUp

eval/compiler/instrumentation_test.cc:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 function_registry_(env_->function_registry),
62 type_registry_(env_->type_registry) {}
63 void SetUp() override {
64 ASSERT_OK(cel::RegisterStandardFunctions(function_registry_, options_));
65 }
66
67 protected:
68 absl_nonnull std::shared_ptr<RuntimeEnv> env_;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected