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:54–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
void Set(const TChange& c) override {
55
P_.Set(c);
56
}
57
58
void Wait(TEvents& events, TInstant deadLine) override {
59
P_.Wait(events, deadLine);
Callers
nothing calls this directly
Calls
1
Set
Method · 0.45
Tested by
no test coverage detected