MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / operator==

Method operator==

native/Base.h:74–76  ·  view source on GitHub ↗

for std:: set/ map/ \param right \return

Source from the content-addressed store, hash-verified

72 /// \param right
73 /// \return
74 virtual inline bool operator==(const HashNode &right) {
75 return this->hash() == right.hash();
76 }
77
78 // for std::sort
79 virtual inline bool operator<(const HashNode &right) {

Callers

nothing calls this directly

Calls 1

hashMethod · 0.95

Tested by

no test coverage detected