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

Function ModernValueToLegacyValueOrDie

common/legacy_value.cc:1279–1284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1277}
1278
1279google::api::expr::runtime::CelValue ModernValueToLegacyValueOrDie(
1280 google::protobuf::Arena* arena, const Value& value, bool unchecked) {
1281 auto status_or_value = ToLegacyValue(arena, value, unchecked);
1282 ABSL_CHECK_OK(status_or_value.status()); // Crash OK
1283 return std::move(*status_or_value);
1284}
1285
1286TypeValue CreateTypeValueFromView(google::protobuf::Arena* arena,
1287 absl::string_view input) {

Callers 5

EvaluateMethod · 0.85
AdaptListenerFunction · 0.85
TraceMethod · 0.85
xMethod · 0.85
yMethod · 0.85

Calls 1

ToLegacyValueFunction · 0.85

Tested by 2

xMethod · 0.68
yMethod · 0.68