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

Method has_map_expr

common/expr.h:1035–1037  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1033 ABSL_MUST_USE_RESULT StructExpr release_struct_expr();
1034
1035 ABSL_MUST_USE_RESULT bool has_map_expr() const {
1036 return absl::holds_alternative<MapExpr>(kind());
1037 }
1038
1039 ABSL_MUST_USE_RESULT const MapExpr& map_expr() const
1040 ABSL_ATTRIBUTE_LIFETIME_BOUND {

Callers 2

IsOptimizableMapInsertFunction · 0.80
TESTFunction · 0.80

Calls 1

kindFunction · 0.50

Tested by 1

TESTFunction · 0.64