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

Function ModernValue

common/legacy_value.h:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 google::api::expr::runtime::CelValue legacy_value,
36 Value& result);
37inline absl::StatusOr<Value> ModernValue(
38 google::protobuf::Arena* arena, google::api::expr::runtime::CelValue legacy_value) {
39 Value result;
40 CEL_RETURN_IF_ERROR(ModernValue(arena, legacy_value, result));
41 return result;
42}
43
44absl::StatusOr<google::api::expr::runtime::CelValue> LegacyValue(
45 google::protobuf::Arena* arena, const Value& modern_value);

Callers 1

FindVariableMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected