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

Function KeyCompareWithValue

native/storage/ReuseModel_generated.h:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 }
102
103 int KeyCompareWithValue(uint64_t val) const {
104 return static_cast<int>(action() > val) - static_cast<int>(action() < val);
105 }
106
107 const flatbuffers::Vector <flatbuffers::Offset<fastbotx::ActivityTimes>> *targets() const {
108 return GetPointer<const flatbuffers::Vector<flatbuffers::Offset<fastbotx::ActivityTimes>> *>(

Callers

nothing calls this directly

Calls 1

actionFunction · 0.85

Tested by

no test coverage detected