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

Function TestBindLegacyMessage

extensions/select_optimization_test.cc:314–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314absl::Status TestBindLegacyMessage(absl::string_view variable,
315 const google::protobuf::Message& message,
316 google::protobuf::Arena* arena, cel::Activation& act) {
317 CelValue legacy_value = CelProtoWrapper::CreateMessage(&message, arena);
318
319 return TestBindLegacyValue(variable, legacy_value, arena, act);
320}
321
322class SelectOptimizationTest : public testing::Test {
323 public:

Callers 2

TEST_FFunction · 0.85
TEST_PFunction · 0.85

Calls 1

TestBindLegacyValueFunction · 0.85

Tested by

no test coverage detected