Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Size
Function · 0.50
Begin
Method · 0.45
End
Method · 0.45
Set
Method · 0.45
Reserve
Method · 0.45
Tested by
no test coverage detected