Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ has_value
Method
has_value
common/ast/metadata.h:791–791 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
789
}
790
791
bool has_value() const { return value_.has_value(); }
792
793
bool operator==(const Reference& other) const {
794
return name_ == other.name_ && overload_id_ == other.overload_id_ &&
Callers
15
Construct
Method · 0.45
Reference
Class · 0.45
StructExprToProto
Method · 0.45
MapExprToProto
Method · 0.45
StructExprFromProto
Method · 0.45
MapExprFromProto
Method · 0.45
ProtoMessageRepeatedFieldFromValueMutator
Function · 0.45
Equal
Method · 0.45
Equal
Method · 0.45
OptionalValueDebugString
Function · 0.45
OptionalValueEqual
Function · 0.45
HasValue
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected