MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / hash

Method hash

native/Base.h:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 class HashNode {
66 public:
67 virtual uintptr_t hash() const {
68 return reinterpret_cast<uintptr_t>(this);
69 }
70
71 /// for std:: set/ map/
72 /// \param right

Callers 3

operator==Method · 0.95
operator<Method · 0.95
combineHashFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected