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

Method operator<

native/desc/Action.cpp:136–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 }
135
136 bool ActivityStateAction::operator<(const ActivityStateAction &action) const {
137 return this->hash() < action.hash();
138 }
139
140
141 bool ActivityStateAction::isEmpty() const {

Callers

nothing calls this directly

Calls 1

hashMethod · 0.95

Tested by

no test coverage detected