Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
PostVisitMap
Method · 0.80
PushMapDeps
Function · 0.80
TEST
Function · 0.80
PushMapDeps
Function · 0.80
MapExprToProto
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64