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

Method Evaluate

eval/public/activation_test.cc:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 : CelFunction(desc) {}
46
47 absl::Status Evaluate(absl::Span<const CelValue> args, CelValue* output,
48 google::protobuf::Arena* arena) const override {
49 *output = CelValue::CreateInt64(42);
50 return absl::OkStatus();
51 }
52};
53
54TEST(ActivationTest, CheckValueInsertFindAndRemove) {

Callers 15

TestStringInclusionMethod · 0.45
PerformBetweenTestMethod · 0.45
PerformBetweenStrTestMethod · 0.45
PerformGetDateTestMethod · 0.45
PerformGetDateUTCTestMethod · 0.45
PerformBetweenToDTestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected