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

Method GetBoolKey

base/attribute.h:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 }
90
91 absl::optional<bool> GetBoolKey() const {
92 return absl::holds_alternative<bool>(value_)
93 ? absl::optional<bool>(absl::get<4>(value_))
94 : absl::nullopt;
95 }
96
97 bool operator==(const AttributeQualifier& other) const {
98 return IsMatch(other);

Callers 4

TESTFunction · 0.80
MapKeyFromQualifierFunction · 0.80
ToStringFunction · 0.80
LookupMapValueFunction · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
ToStringFunction · 0.64