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

Method Set

library/cpp/coroutine/engine/poller.cpp:80–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 }
79
80 void Set(const TChange& c) {
81 P_.Set(c.Data, c.Fd, c.Flags);
82 }
83
84 void Reserve(size_t size) {
85 E_.Reserve(size);

Callers 4

ScheduleMethod · 0.45
RemoveMethod · 0.45
SetMethod · 0.45
BuildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected