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

Method GetCustomMap

common/value.cc:2547–2550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2545}
2546
2547CustomMapValue Value::GetCustomMap() && {
2548 ABSL_DCHECK(IsCustomMap()) << *this;
2549 return std::move(variant_).Get<CustomMapValue>();
2550}
2551
2552const ParsedMapFieldValue& Value::GetParsedMapField() const& {
2553 ABSL_DCHECK(IsParsedMapField()) << *this;

Callers 1

value_builder.ccFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected