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

Function CelValueToValue

eval/public/transform_utility.h:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 google::protobuf::Arena* arena);
21
22inline absl::Status CelValueToValue(const CelValue& value, Value* result) {
23 google::protobuf::Arena arena;
24 return CelValueToValue(value, result, &arena);
25}
26
27// Translates a cel::expr::Value into a CelValue. Allocates any required
28// external data on the provided arena. Returns an error if translation is not

Callers 2

EvalMethod · 0.50
EvalWithLegacyBindingsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected