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

Method Build

library/cpp/coroutine/engine/poller.cpp:219–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217
218 template <class T>
219 void Build(T& t) const {
220 for (TFds::TConstIterator it = S_.Begin(); it != S_.End(); ++it) {
221 t.Set(*it);
222 }
223
224 t.Reserve(Size());
225 }
226
227 void Set(const TChange& c) {
228 if (c.Flags) {

Callers

nothing calls this directly

Calls 5

SizeFunction · 0.50
BeginMethod · 0.45
EndMethod · 0.45
SetMethod · 0.45
ReserveMethod · 0.45

Tested by

no test coverage detected