MCPcopy Create free account
hub / github.com/catboost/catboost / Compare

Method Compare

library/cpp/coroutine/engine/cont_poller.h:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 {}
39
40 static bool Compare(const TContPollEvent& l, const TContPollEvent& r) noexcept {
41 return l.DeadLine() < r.DeadLine() || (l.DeadLine() == r.DeadLine() && &l < &r);
42 }
43
44 int Status() const noexcept {
45 return Status_;

Callers

nothing calls this directly

Calls 1

DeadLineMethod · 0.45

Tested by

no test coverage detected