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

Method operator<

native/desc/State.cpp:121–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 }
120
121 bool State::operator<(const State &state) const {
122 return this->hash() < state.hash();
123 }
124
125 State::~State() {
126 this->_activity.reset();

Callers

nothing calls this directly

Calls 1

hashMethod · 0.95

Tested by

no test coverage detected