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

Method operator<

native/Base.h:79–81  ·  view source on GitHub ↗

for std::sort

Source from the content-addressed store, hash-verified

77
78 // for std::sort
79 virtual inline bool operator<(const HashNode &right) {
80 return this->hash() < right.hash();
81 }
82 };
83
84

Callers

nothing calls this directly

Calls 1

hashMethod · 0.95

Tested by

no test coverage detected