MCPcopy 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

ConstructMethod · 0.45
ReferenceClass · 0.45
StructExprToProtoMethod · 0.45
MapExprToProtoMethod · 0.45
StructExprFromProtoMethod · 0.45
MapExprFromProtoMethod · 0.45
EqualMethod · 0.45
EqualMethod · 0.45
OptionalValueDebugStringFunction · 0.45
OptionalValueEqualFunction · 0.45
HasValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected