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

Function CreateLegacyListValue

common/legacy_value.h:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82inline ListValue CreateLegacyListValue(
83 const google::api::expr::runtime::CelList* value) {
84 return common_internal::LegacyListValue(value);
85}
86
87inline MapValue CreateLegacyMapValue(
88 const google::api::expr::runtime::CelMap* value) {

Callers

nothing calls this directly

Calls 1

LegacyListValueClass · 0.50

Tested by

no test coverage detected