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

Function ResolveValue

testing/testrunner/runner_lib.cc:146–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146absl::StatusOr<cel::Value> ResolveValue(const InputValue& input_value,
147 const CelTestContext& context,
148 google::protobuf::Arena* arena) {
149 return FromExprValue(input_value.value(), GetDescriptorPool(context),
150 GetMessageFactory(context), arena);
151}
152
153absl::StatusOr<cel::Value> ResolveExpr(absl::string_view expr,
154 const CelTestContext& context,

Callers 1

ResolveInputValueFunction · 0.85

Calls 4

FromExprValueFunction · 0.85
GetDescriptorPoolFunction · 0.85
GetMessageFactoryFunction · 0.85
valueMethod · 0.45

Tested by

no test coverage detected