Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ operator()
Method
operator()
library/cpp/coroutine/engine/coroutine_ut.cpp:358–360 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
356
bool Result;
357
358
inline void operator()(TCont* c) {
359
Result = c->Join(Cont, Deadline);
360
}
361
};
362
363
void DoTestJoin(EContPoller pollerType) {
Callers
nothing calls this directly
Calls
1
Join
Method · 0.45
Tested by
no test coverage detected