MCPcopy Create free account
hub / github.com/TelegramMessenger/tgcalls / operator <

Method operator <

tgcalls/StaticThreads.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 size_t refcnt;
16
17 bool operator < (const Entry &other) const {
18 return refcnt < other.refcnt;
19 }
20 };
21
22public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected