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

Function KeyCompareLessThan

native/storage/ReuseModel_generated.h:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 }
98
99 bool KeyCompareLessThan(const ReuseEntry *o) const {
100 return action() < o->action();
101 }
102
103 int KeyCompareWithValue(uint64_t val) const {
104 return static_cast<int>(action() > val) - static_cast<int>(action() < val);

Callers

nothing calls this directly

Calls 1

actionFunction · 0.85

Tested by

no test coverage detected