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

Method has_key

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

Source from the content-addressed store, hash-verified

585 void set_id(ExprId id) { id_ = id; }
586
587 ABSL_MUST_USE_RESULT bool has_key() const { return key_ != nullptr; }
588
589 ABSL_MUST_USE_RESULT const Expr& key() const ABSL_ATTRIBUTE_LIFETIME_BOUND;
590

Callers 5

PostVisitMapMethod · 0.80
PushMapDepsFunction · 0.80
TESTFunction · 0.80
PushMapDepsFunction · 0.80
MapExprToProtoMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64