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

Method GetCustomList

common/value.cc:2537–2540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2535}
2536
2537CustomListValue Value::GetCustomList() && {
2538 ABSL_DCHECK(IsCustomList()) << *this;
2539 return std::move(variant_).Get<CustomListValue>();
2540}
2541
2542const CustomMapValue& Value::GetCustomMap() const& {
2543 ABSL_DCHECK(IsCustomMap()) << *this;

Callers 1

value_builder.ccFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected