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

Method Evaluate

eval/compiler/resolver_test.cc:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 : CelFunction(CelFunctionDescriptor{name, false, {}}) {}
45
46 absl::Status Evaluate(absl::Span<const CelValue> args, CelValue* result,
47 google::protobuf::Arena* arena) const override {
48 return absl::OkStatus();
49 }
50};
51
52class ResolverTest : public testing::Test {

Callers 3

OnPostVisitMethod · 0.45
BuildAndEvalFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected