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

Method GetCustom

common/values/map_value.cc:357–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355}
356
357CustomMapValue MapValue::GetCustom() && {
358 ABSL_DCHECK(IsCustom());
359
360 return std::move(variant_).Get<CustomMapValue>();
361}
362
363common_internal::ValueVariant MapValue::ToValueVariant() const& {
364 return variant_.Visit(

Callers 1

value_builder.ccFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected