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

Method Reserve

library/cpp/coroutine/engine/poller.cpp:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 void Reserve(size_t size) {
85 E_.Reserve(size);
86 }
87
88 void Wait(TEvents& events, TInstant deadLine) {
89 const size_t ret = P_.WaitD(~E_, +E_, deadLine);

Callers 3

TPollerMethod · 0.45
WaitMethod · 0.45
BuildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected