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:238–241 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
236
}
237
238
inline void operator()(TCont* c) {
239
++Runs;
240
c->Yield();
241
}
242
243
size_t Runs;
244
};
Callers
nothing calls this directly
Calls
1
Yield
Method · 0.80
Tested by
no test coverage detected