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

Method Flags

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

Source from the content-addressed store, hash-verified

179 }
180 private:
181 static ui16 Flags(TIntrusiveList<IPollEvent>& lst) noexcept {
182 ui16 ret = 0;
183 for (auto&& item : lst) {
184 ret |= item.What();
185 }
186 return ret;
187 }
188
189 private:
190 TBigArray<TPollEventList> Lists_;

Callers

nothing calls this directly

Calls 1

WhatMethod · 0.80

Tested by

no test coverage detected