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

Function CreateLegacyMapValue

common/legacy_value.h:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87inline MapValue CreateLegacyMapValue(
88 const google::api::expr::runtime::CelMap* value) {
89 return common_internal::LegacyMapValue(value);
90}
91
92inline Value CreateDurationValue(absl::Duration value, bool unchecked = false) {
93 return DurationValue{value};

Callers

nothing calls this directly

Calls 1

LegacyMapValueClass · 0.50

Tested by

no test coverage detected