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:347–350 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
345
int Result;
346
347
inline void operator()(TCont* c) {
348
char buf = 0;
349
Result = NCoro::ReadD(c, Sock, &buf, sizeof(buf), Deadline).Status();
350
}
351
};
352
353
struct TJoinCont {
Callers
nothing calls this directly
Calls
2
ReadD
Function · 0.85
Status
Method · 0.45
Tested by
no test coverage detected