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

Method GetUint64Key

base/attribute.h:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 }
78
79 absl::optional<uint64_t> GetUint64Key() const {
80 return absl::holds_alternative<uint64_t>(value_)
81 ? absl::optional<uint64_t>(absl::get<2>(value_))
82 : absl::nullopt;
83 }
84
85 absl::optional<absl::string_view> GetStringKey() const {
86 return absl::holds_alternative<std::string>(value_)

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