Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Set
Method
Set
library/cpp/coroutine/engine/poller.cpp:227–233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
225
}
226
227
void Set(const TChange& c) {
228
if (c.Flags) {
229
S_[c.Fd] = c;
230
} else {
231
S_.Erase(c.Fd);
232
}
233
}
234
235
void Wait(TEvents& events, TInstant deadLine) {
236
T_.clear();
Callers
nothing calls this directly
Calls
1
Erase
Method · 0.45
Tested by
no test coverage detected